#541108

Color #541108 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #541108

Tints of Red Oxide #541108

Color information

#541108 (or 0x541108) is unknown color: approx Red Oxide. HEX triplet: 54, 11 and 08. RGB value is (84,17,8). Sum of RGB (Red+Green+Blue) = 84+17+8=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #541108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541108 is #ABEEF7. Grayscale: #242424. Windows color (decimal): -11267832 or 528724. OLE color: 528724.

HSL color Cylindrical-coordinate representation of color #541108: hue angle of 7.11º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #541108 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB84178-
CMYK00.800.900.67
HSL7.11º82.61%18.04%-
HSV(B)7.11º90.48%32.94%-
XYZ3.92.30.47-
YUV36.01112.2162.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 77.06%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=77.06%
G=15.60%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8417800.800.900.677.1182.6118.04
Hex541180505A4375312
Octal12421100120132103712322
Binary10101001000110000101000010110101000011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541108; }

 p { color: rgb(84,17,8); }

 H1.HeaderClassName
 {
   color: #541108;
 }
 .AnyTagClassName
 {
   color: #541108;
 }
</style>
background-color css

<style>
 a { background-color: #541108; }

 a { background-color: rgb(84,17,8); }

 div.DivClassName
 {
   background-color: #541108;
 }
 .BgClassName
 {
   background-color: #541108;
 }
</style>
border-color css

<style>
 span { border-color: #541108; }

 span { border-color: rgb(84,17,8); }

 td.TdClassName
 {
   border-color: #541108;
 }
 .TagClassName
 {
   border-color: #541108;
 }
</style>