Html Css Color HEX #551809 Red Oxide

📋 copy color: '#551809'

red 85 ◦ green 24 ◦ blue 9

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

Shades of Red Oxide #551809

Tints of Red Oxide #551809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.34%

 BLUE value IS 9 (3.91% from 255) = 7.63%

R = 72.03%
G = 20.34%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#551809 (or 0x551809) is known color: Red Oxide. HEX triplet: 55, 18 and 09. RGB value is (85,24,9). Sum of RGB (Red+Green+Blue) = 85+24+9=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551809 is #AAE7F6. Grayscale: #282828. Windows color (decimal): -11200503 or 596053. OLE color: 596053.

HSL color Cylindrical-coordinate representation of color #551809: hue angle of 11.84º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551809 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 9 -
CMYK 0 0.72 0.89 0.67
HSL 11.84º 0.81% 0.18% -
HSV(B) 11.84º 0.89% 0.33% -
XYZ 4.12 2.6 0.54 -
YUV 40.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 85 24 9 0 0.72 0.89 0.67 11.84 0.81 0.18
Hex 55 18 9 0 48 59 43 C 51 12
Octal 125 30 11 0 110 131 103 14 121 22
Binary 1010101 11000 1001 0 1001000 1011001 1000011 1100 1010001 10010

Color Harmonies of #551809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551809

Black with #551809

Text Example


Text Example

White with #551809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551809; }

 p { color: rgb(85,24,9); }

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

background-color css

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

 a { background-color: rgb(85,24,9); }

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

border-color css

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

 span { border-color: rgb(85,24,9); }

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