Html Css Color HEX #551606 Red Oxide

📋 copy color: '#551606'

red 85 ◦ green 22 ◦ blue 6

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

Shades of Red Oxide #551606

Tints of Red Oxide #551606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.47%

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

R = 75.22%
G = 19.47%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#551606 (or 0x551606) is known color: Red Oxide. HEX triplet: 55, 16 and 06. RGB value is (85,22,6). Sum of RGB (Red+Green+Blue) = 85+22+6=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551606 is #AAE9F9. Grayscale: #272727. Windows color (decimal): -11201018 or 398933. OLE color: 398933.

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

Color convert

RGB 85 22 6 -
CMYK 0 0.74 0.93 0.67
HSL 12.15º 0.87% 0.18% -
HSV(B) 12.15º 0.93% 0.33% -
XYZ 4.07 2.52 0.44 -
YUV 39.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 85 22 6 0 0.74 0.93 0.67 12.15 0.87 0.18
Hex 55 16 6 0 4A 5D 43 C 57 12
Octal 125 26 6 0 112 135 103 14 127 22
Binary 1010101 10110 110 0 1001010 1011101 1000011 1100 1010111 10010

Color Harmonies of #551606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551606

Black with #551606

Text Example


Text Example

White with #551606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551606; }

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

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

background-color css

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

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

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

border-color css

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

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

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