#532424

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

Shades of Red Oxide #532424

Tints of Red Oxide #532424

Color information

#532424 (or 0x532424) is unknown color: approx Red Oxide. HEX triplet: 53, 24 and 24. RGB value is (83,36,36). Sum of RGB (Red+Green+Blue) = 83+36+36=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532424 is #ACDBDB. Grayscale: #323232. Windows color (decimal): -11328476 or 2368595. OLE color: 2368595.

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

Color convert

RGB833636-
CMYK00.570.570.67
HSL39.5%23.33%-
HSV(B)56.63%32.55%-
XYZ4.523.232.05-
YUV50.05120.07151.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=53.55%
G=23.23%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83363600.570.570.67039.523.33
Hex532424039394302717
Octal12344440717110304727
Binary101001110010010010001110011110011000011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532424; }

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

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

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

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

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

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

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

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