Html Css Color HEX #551411 Red Oxide

📋 copy color: '#551411'

red 85 ◦ green 20 ◦ blue 17

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

Shades of Red Oxide #551411

Tints of Red Oxide #551411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.39%

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

R = 69.67%
G = 16.39%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#551411 (or 0x551411) is known color: Red Oxide. HEX triplet: 55, 14 and 11. RGB value is (85,20,17). Sum of RGB (Red+Green+Blue) = 85+20+17=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551411 is #AAEBEE. Grayscale: #272727. Windows color (decimal): -11201519 or 1119317. OLE color: 1119317.

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

Color convert

RGB 85 20 17 -
CMYK 0 0.76 0.80 0.67
HSL 2.65º 0.67% 0.2% -
HSV(B) 2.65º 0.8% 0.33% -
XYZ 4.1 2.47 0.79 -
YUV 39.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 85 20 17 0 0.76 0.80 0.67 2.65 0.67 0.2
Hex 55 14 11 0 4C 50 43 3 43 14
Octal 125 24 21 0 114 120 103 3 103 24
Binary 1010101 10100 10001 0 1001100 1010000 1000011 11 1000011 10100

Color Harmonies of #551411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551411

Black with #551411

Text Example


Text Example

White with #551411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551411; }

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

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

background-color css

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

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

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

border-color css

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

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

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