Html Css Color HEX #551511 Red Oxide

📋 copy color: '#551511'

red 85 ◦ green 21 ◦ blue 17

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

Shades of Red Oxide #551511

Tints of Red Oxide #551511

RGB

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

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

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

R = 69.11%
G = 17.07%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#551511 (or 0x551511) is known color: Red Oxide. HEX triplet: 55, 15 and 11. RGB value is (85,21,17). Sum of RGB (Red+Green+Blue) = 85+21+17=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551511 is #AAEAEE. Grayscale: #272727. Windows color (decimal): -11201263 or 1119573. OLE color: 1119573.

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

Color convert

RGB 85 21 17 -
CMYK 0 0.75 0.80 0.67
HSL 3.53º 0.67% 0.2% -
HSV(B) 3.53º 0.8% 0.33% -
XYZ 4.12 2.51 0.8 -
YUV 39.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 85 21 17 0 0.75 0.80 0.67 3.53 0.67 0.2
Hex 55 15 11 0 4B 50 43 4 43 14
Octal 125 25 21 0 113 120 103 4 103 24
Binary 1010101 10101 10001 0 1001011 1010000 1000011 100 1000011 10100

Color Harmonies of #551511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551511

Black with #551511

Text Example


Text Example

White with #551511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551511; }

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

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

background-color css

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

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

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

border-color css

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

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

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