Html Css Color HEX #551208 Red Oxide

📋 copy color: '#551208'

red 85 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #551208

Tints of Red Oxide #551208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.22%

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

R = 76.58%
G = 16.22%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#551208 (or 0x551208) is known color: Red Oxide. HEX triplet: 55, 12 and 08. RGB value is (85,18,8). Sum of RGB (Red+Green+Blue) = 85+18+8=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #551208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551208 is #AAEDF7. Grayscale: #252525. Windows color (decimal): -11202040 or 528981. OLE color: 528981.

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

Color convert

RGB 85 18 8 -
CMYK 0 0.79 0.91 0.67
HSL 7.79º 0.83% 0.18% -
HSV(B) 7.79º 0.91% 0.33% -
XYZ 4.01 2.38 0.48 -
YUV 36.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 85 18 8 0 0.79 0.91 0.67 7.79 0.83 0.18
Hex 55 12 8 0 4F 5B 43 8 53 12
Octal 125 22 10 0 117 133 103 10 123 22
Binary 1010101 10010 1000 0 1001111 1011011 1000011 1000 1010011 10010

Color Harmonies of #551208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551208

Black with #551208

Text Example


Text Example

White with #551208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551208; }

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

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

background-color css

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

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

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

border-color css

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

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

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