Html Css Color HEX #541408 Red Oxide

📋 copy color: '#541408'

red 84 ◦ green 20 ◦ blue 8

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

Shades of Red Oxide #541408

Tints of Red Oxide #541408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

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

R = 75%
G = 17.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#541408 (or 0x541408) is known color: Red Oxide. HEX triplet: 54, 14 and 08. RGB value is (84,20,8). Sum of RGB (Red+Green+Blue) = 84+20+8=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #541408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541408 is #ABEBF7. Grayscale: #252525. Windows color (decimal): -11267064 or 529492. OLE color: 529492.

HSL color Cylindrical-coordinate representation of color #541408: hue angle of 9.47º 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 #541408 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 20 8 -
CMYK 0 0.76 0.90 0.67
HSL 9.47º 0.83% 0.18% -
HSV(B) 9.47º 0.9% 0.33% -
XYZ 3.95 2.4 0.49 -
YUV 37.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 84 20 8 0 0.76 0.90 0.67 9.47 0.83 0.18
Hex 54 14 8 0 4C 5A 43 9 53 12
Octal 124 24 10 0 114 132 103 11 123 22
Binary 1010100 10100 1000 0 1001100 1011010 1000011 1001 1010011 10010

Color Harmonies of #541408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541408

Black with #541408

Text Example


Text Example

White with #541408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541408; }

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

 H1.HeaderClassName
 {
   color: #541408;
 }
 .AnyTagClassName
 {
   color: #541408;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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