Html Css Color HEX #551506 Red Oxide

📋 copy color: '#551506'

red 85 ◦ green 21 ◦ blue 6

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

Shades of Red Oxide #551506

Tints of Red Oxide #551506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.75%

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

R = 75.89%
G = 18.75%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#551506 (or 0x551506) is known color: Red Oxide. HEX triplet: 55, 15 and 06. RGB value is (85,21,6). Sum of RGB (Red+Green+Blue) = 85+21+6=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #551506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551506 is #AAEAF9. Grayscale: #262626. Windows color (decimal): -11201274 or 398677. OLE color: 398677.

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

Color convert

RGB 85 21 6 -
CMYK 0 0.75 0.93 0.67
HSL 11.39º 0.87% 0.18% -
HSV(B) 11.39º 0.93% 0.33% -
XYZ 4.05 2.48 0.44 -
YUV 38.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 85 21 6 0 0.75 0.93 0.67 11.39 0.87 0.18
Hex 55 15 6 0 4B 5D 43 B 57 12
Octal 125 25 6 0 113 135 103 13 127 22
Binary 1010101 10101 110 0 1001011 1011101 1000011 1011 1010111 10010

Color Harmonies of #551506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551506

Black with #551506

Text Example


Text Example

White with #551506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551506; }

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

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

background-color css

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

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

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

border-color css

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

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

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