#551810

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

Shades of Red Oxide #551810

Tints of Red Oxide #551810

Color information

#551810 (or 0x551810) is unknown color: approx Red Oxide. HEX triplet: 55, 18 and 10. RGB value is (85,24,16). Sum of RGB (Red+Green+Blue) = 85+24+16=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551810 is #AAE7EF. Grayscale: #292929. Windows color (decimal): -11200496 or 1054805. OLE color: 1054805.

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

Color convert

RGB852416-
CMYK00.720.810.67
HSL6.96º68.32%19.8%-
HSV(B)6.96º81.18%33.33%-
XYZ4.172.620.78-
YUV41.33113.71159.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=68%
G=19.2%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85241600.720.810.676.9668.3219.8
Hex551810048514374414
Octal12530200110121103710424
Binary101010111000100000100100010100011000011111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551810; }

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

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

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

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

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

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

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

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