Html Css Color HEX #550806 Red Oxide

📋 copy color: '#550806'

red 85 ◦ green 8 ◦ blue 6

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

Shades of Red Oxide #550806

Tints of Red Oxide #550806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.08%

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

R = 85.86%
G = 8.08%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#550806 (or 0x550806) is known color: Red Oxide. HEX triplet: 55, 08 and 06. RGB value is (85,8,6). Sum of RGB (Red+Green+Blue) = 85+8+6=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #550806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550806 is #AAF7F9. Grayscale: #1E1E1E. Windows color (decimal): -11204602 or 395349. OLE color: 395349.

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

Color convert

RGB 85 8 6 -
CMYK 0 0.91 0.93 0.67
HSL 1.52º 0.87% 0.18% -
HSV(B) 1.52º 0.93% 0.33% -
XYZ 3.87 2.12 0.38 -
YUV 30.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 85 8 6 0 0.91 0.93 0.67 1.52 0.87 0.18
Hex 55 8 6 0 5B 5D 43 2 57 12
Octal 125 10 6 0 133 135 103 2 127 22
Binary 1010101 1000 110 0 1011011 1011101 1000011 10 1010111 10010

Color Harmonies of #550806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550806

Black with #550806

Text Example


Text Example

White with #550806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550806; }

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

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

background-color css

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

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

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

border-color css

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

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

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