Html Css Color HEX #551408 Red Oxide

📋 copy color: '#551408'

red 85 ◦ green 20 ◦ blue 8

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

Shades of Red Oxide #551408

Tints of Red Oxide #551408

RGB

 RED value IS 85 (33.59% from 255) = 75.22%

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

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

R = 75.22%
G = 17.7%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#551408 (or 0x551408) is known color: Red Oxide. HEX triplet: 55, 14 and 08. RGB value is (85,20,8). Sum of RGB (Red+Green+Blue) = 85+20+8=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551408 is #AAEBF7. Grayscale: #262626. Windows color (decimal): -11201528 or 529493. OLE color: 529493.

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

Color convert

RGB 85 20 8 -
CMYK 0 0.76 0.91 0.67
HSL 9.35º 0.83% 0.18% -
HSV(B) 9.35º 0.91% 0.33% -
XYZ 4.04 2.45 0.49 -
YUV 38.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 85 20 8 0 0.76 0.91 0.67 9.35 0.83 0.18
Hex 55 14 8 0 4C 5B 43 9 53 12
Octal 125 24 10 0 114 133 103 11 123 22
Binary 1010101 10100 1000 0 1001100 1011011 1000011 1001 1010011 10010

Color Harmonies of #551408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551408

Black with #551408

Text Example


Text Example

White with #551408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551408; }

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

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

background-color css

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

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

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

border-color css

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

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

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