#55201E

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

Shades of Red Oxide #55201E

Tints of Red Oxide #55201E

Color information

#55201E (or 0x55201E) is unknown color: approx Red Oxide. HEX triplet: 55, 20 and 1E. RGB value is (85,32,30). Sum of RGB (Red+Green+Blue) = 85+32+30=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55201E is #AADFE1. Grayscale: #2F2F2F. Windows color (decimal): -11198434 or 1974357. OLE color: 1974357.

HSL color Cylindrical-coordinate representation of color #55201E: hue angle of 2.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55201E is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB853230-
CMYK00.620.650.67
HSL2.18º47.83%22.55%-
HSV(B)2.18º64.71%33.33%-
XYZ4.53.061.58-
YUV47.62118.06154.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=57.82%
G=21.77%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85323000.620.650.672.1847.8322.55
Hex55201E03E414323017
Octal125403607610110326027
Binary1010101100000111100111110100000110000111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55201E; }

 p { color: rgb(85,32,30); }

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

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

 a { background-color: rgb(85,32,30); }

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

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

 span { border-color: rgb(85,32,30); }

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