#632420

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

Shades of Red Oxide #632420

Tints of Red Oxide #632420

Color information

#632420 (or 0x632420) is unknown color: approx Red Oxide. HEX triplet: 63, 24 and 20. RGB value is (99,36,32). Sum of RGB (Red+Green+Blue) = 99+36+32=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #632420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632420 is #9CDBDF. Grayscale: #363636. Windows color (decimal): -10279904 or 2106467. OLE color: 2106467.

HSL color Cylindrical-coordinate representation of color #632420: hue angle of 3.58º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632420 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB993632-
CMYK00.640.680.61
HSL3.58º51.15%25.69%-
HSV(B)3.58º67.68%38.82%-
XYZ6.044.021.82-
YUV54.38115.37159.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=59.28%
G=21.56%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99363200.640.680.613.5851.1525.69
Hex632420040443D4331a
Octal143444001001047546332
Binary110001110010010000001000000100010011110110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632420; }

 p { color: rgb(99,36,32); }

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

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

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

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

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

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

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