Html Css Color HEX #551211 Red Oxide

📋 copy color: '#551211'

red 85 ◦ green 18 ◦ blue 17

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

Shades of Red Oxide #551211

Tints of Red Oxide #551211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15%

 BLUE value IS 17 (7.03% from 255) = 14.17%

R = 70.83%
G = 15%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#551211 (or 0x551211) is known color: Red Oxide. HEX triplet: 55, 12 and 11. RGB value is (85,18,17). Sum of RGB (Red+Green+Blue) = 85+18+17=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #551211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551211 is #AAEDEE. Grayscale: #252525. Windows color (decimal): -11202031 or 1118805. OLE color: 1118805.

HSL color Cylindrical-coordinate representation of color #551211: hue angle of 0.88º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551211 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 17 -
CMYK 0 0.79 0.80 0.67
HSL 0.88º 0.67% 0.2% -
HSV(B) 0.88º 0.8% 0.33% -
XYZ 4.06 2.4 0.78 -
YUV 37.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 85 18 17 0 0.79 0.80 0.67 0.88 0.67 0.2
Hex 55 12 11 0 4F 50 43 1 43 14
Octal 125 22 21 0 117 120 103 1 103 24
Binary 1010101 10010 10001 0 1001111 1010000 1000011 1 1000011 10100

Color Harmonies of #551211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551211

Black with #551211

Text Example


Text Example

White with #551211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551211; }

 p { color: rgb(85,18,17); }

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

background-color css

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

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

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

border-color css

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

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

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