#552424

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

Shades of Red Oxide #552424

Tints of Red Oxide #552424

Color information

#552424 (or 0x552424) is unknown color: approx Red Oxide. HEX triplet: 55, 24 and 24. RGB value is (85,36,36). Sum of RGB (Red+Green+Blue) = 85+36+36=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552424 is #AADBDB. Grayscale: #323232. Windows color (decimal): -11197404 or 2368597. OLE color: 2368597.

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

Color convert

RGB853636-
CMYK00.580.580.67
HSL40.5%23.73%-
HSV(B)57.65%33.33%-
XYZ4.73.322.06-
YUV50.65119.73152.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=54.14%
G=22.93%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85363600.580.580.67040.523.73
Hex55242403A3A4302818
Octal12544440727210305030
Binary101010110010010010001110101110101000011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552424; }

 p { color: rgb(85,36,36); }

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

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

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

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

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

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

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