#551815

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

Shades of Red Oxide #551815

Tints of Red Oxide #551815

Color information

#551815 (or 0x551815) is unknown color: approx Red Oxide. HEX triplet: 55, 18 and 15. RGB value is (85,24,21). Sum of RGB (Red+Green+Blue) = 85+24+21=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551815 is #AAE7EA. Grayscale: #292929. Windows color (decimal): -11200491 or 1382485. OLE color: 1382485.

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

Color convert

RGB852421-
CMYK00.720.750.67
HSL2.81º60.38%20.78%-
HSV(B)2.81º75.29%33.33%-
XYZ4.212.641-
YUV41.9116.21158.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.38%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=65.38%
G=18.46%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85242100.720.750.672.8160.3820.78
Hex5518150484B4333c15
Octal1253025011011310337425
Binary1010101110001010101001000100101110000111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551815; }

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

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

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

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

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

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

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

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