Html Css Color HEX #550906 Red Oxide

📋 copy color: '#550906'

red 85 ◦ green 9 ◦ blue 6

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

Shades of Red Oxide #550906

Tints of Red Oxide #550906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9%

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

R = 85%
G = 9%
B = 6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#550906 (or 0x550906) is known color: Red Oxide. HEX triplet: 55, 09 and 06. RGB value is (85,9,6). Sum of RGB (Red+Green+Blue) = 85+9+6=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #550906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550906 is #AAF6F9. Grayscale: #1F1F1F. Windows color (decimal): -11204346 or 395605. OLE color: 395605.

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

Color convert

RGB 85 9 6 -
CMYK 0 0.89 0.93 0.67
HSL 2.28º 0.87% 0.18% -
HSV(B) 2.28º 0.93% 0.33% -
XYZ 3.88 2.14 0.38 -
YUV 31.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 85 9 6 0 0.89 0.93 0.67 2.28 0.87 0.18
Hex 55 9 6 0 59 5D 43 2 57 12
Octal 125 11 6 0 131 135 103 2 127 22
Binary 1010101 1001 110 0 1011001 1011101 1000011 10 1010111 10010

Color Harmonies of #550906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550906

Black with #550906

Text Example


Text Example

White with #550906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550906; }

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

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

background-color css

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

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

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

border-color css

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

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

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