Html Css Color HEX #551611 Red Oxide

📋 copy color: '#551611'

red 85 ◦ green 22 ◦ blue 17

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

Shades of Red Oxide #551611

Tints of Red Oxide #551611

RGB

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

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

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

R = 68.55%
G = 17.74%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#551611 (or 0x551611) is known color: Red Oxide. HEX triplet: 55, 16 and 11. RGB value is (85,22,17). Sum of RGB (Red+Green+Blue) = 85+22+17=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551611 is #AAE9EE. Grayscale: #282828. Windows color (decimal): -11201007 or 1119829. OLE color: 1119829.

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

Color convert

RGB 85 22 17 -
CMYK 0 0.74 0.80 0.67
HSL 4.41º 0.67% 0.2% -
HSV(B) 4.41º 0.8% 0.33% -
XYZ 4.13 2.55 0.8 -
YUV 40.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 85 22 17 0 0.74 0.80 0.67 4.41 0.67 0.2
Hex 55 16 11 0 4A 50 43 4 43 14
Octal 125 26 21 0 112 120 103 4 103 24
Binary 1010101 10110 10001 0 1001010 1010000 1000011 100 1000011 10100

Color Harmonies of #551611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551611

Black with #551611

Text Example


Text Example

White with #551611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551611; }

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

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

background-color css

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

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

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

border-color css

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

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

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