Html Css Color HEX #541108 Red Oxide

📋 copy color: '#541108'

red 84 ◦ green 17 ◦ blue 8

#541108
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #541108

Tints of Red Oxide #541108

RGB

 RED value IS 84 (33.2% from 255) = 77.06%

 GREEN value IS 17 (7.03% from 255) = 15.6%

 BLUE value IS 8 (3.52% from 255) = 7.34%

R = 77.06%
G = 15.6%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#541108 (or 0x541108) is known color: 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

RGB 84 17 8 -
CMYK 0 0.80 0.90 0.67
HSL 7.11º 0.83% 0.18% -
HSV(B) 7.11º 0.9% 0.33% -
XYZ 3.9 2.3 0.47 -
YUV 36.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 84 17 8 0 0.80 0.90 0.67 7.11 0.83 0.18
Hex 54 11 8 0 50 5A 43 7 53 12
Octal 124 21 10 0 120 132 103 7 123 22
Binary 1010100 10001 1000 0 1010000 1011010 1000011 111 1010011 10010

Color Harmonies of #541108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541108

Black with #541108

Text Example


Text Example

White with #541108

Text Example


Text Example

HTML Codes & Css Web 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>