Html Css Color HEX #550606 Red Oxide

📋 copy color: '#550606'

red 85 ◦ green 6 ◦ blue 6

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

Shades of Red Oxide #550606

Tints of Red Oxide #550606

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.19%

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

R = 87.63%
G = 6.19%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#550606 (or 0x550606) is known color: Red Oxide. HEX triplet: 55, 06 and 06. RGB value is (85,6,6). Sum of RGB (Red+Green+Blue) = 85+6+6=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #550606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550606 is #AAF9F9. Grayscale: #1D1D1D. Windows color (decimal): -11205114 or 394837. OLE color: 394837.

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

Color convert

RGB 85 6 6 -
CMYK 0 0.93 0.93 0.67
HSL 0.87% 0.18% -
HSV(B) 0.93% 0.33% -
XYZ 3.84 2.07 0.37 -
YUV 29.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 85 6 6 0 0.93 0.93 0.67 0 0.87 0.18
Hex 55 6 6 0 5D 5D 43 0 57 12
Octal 125 6 6 0 135 135 103 0 127 22
Binary 1010101 110 110 0 1011101 1011101 1000011 0 1010111 10010

Color Harmonies of #550606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550606

Black with #550606

Text Example


Text Example

White with #550606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550606; }

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

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

background-color css

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

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

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

border-color css

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

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

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