#551209

Color #551209 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #551209

Tints of Red Oxide #551209

Color information

#551209 (or 0x551209) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 09. RGB value is (85,18,9). Sum of RGB (Red+Green+Blue) = 85+18+9=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #551209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551209 is #AAEDF6. Grayscale: #252525. Windows color (decimal): -11202039 or 594517. OLE color: 594517.

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

Color convert

RGB85189-
CMYK00.790.890.67
HSL7.11º80.85%18.43%-
HSV(B)7.11º89.41%33.33%-
XYZ4.012.380.51-
YUV37.01112.2162.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.89%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=75.89%
G=16.07%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8518900.790.890.677.1180.8518.43
Hex5512904F594375112
Octal12522110117131103712122
Binary10101011001010010100111110110011000011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551209; }

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

 H1.HeaderClassName
 {
   color: #551209;
 }
 .AnyTagClassName
 {
   color: #551209;
 }
</style>
background-color css

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

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

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

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

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

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