Html Css Color HEX #551206 Red Oxide

📋 copy color: '#551206'

red 85 ◦ green 18 ◦ blue 6

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

Shades of Red Oxide #551206

Tints of Red Oxide #551206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.5%

R = 77.98%
G = 16.51%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#551206 (or 0x551206) is known color: Red Oxide. HEX triplet: 55, 12 and 06. RGB value is (85,18,6). Sum of RGB (Red+Green+Blue) = 85+18+6=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551206 is #AAEDF9. Grayscale: #242424. Windows color (decimal): -11202042 or 397909. OLE color: 397909.

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

Color convert

RGB 85 18 6 -
CMYK 0 0.79 0.93 0.67
HSL 9.11º 0.87% 0.18% -
HSV(B) 9.11º 0.93% 0.33% -
XYZ 4 2.38 0.42 -
YUV 36.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 85 18 6 0 0.79 0.93 0.67 9.11 0.87 0.18
Hex 55 12 6 0 4F 5D 43 9 57 12
Octal 125 22 6 0 117 135 103 11 127 22
Binary 1010101 10010 110 0 1001111 1011101 1000011 1001 1010111 10010

Color Harmonies of #551206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551206

Black with #551206

Text Example


Text Example

White with #551206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551206; }

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

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

background-color css

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

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

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

border-color css

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

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

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