#632320

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

Shades of Red Oxide #632320

Tints of Red Oxide #632320

Color information

#632320 (or 0x632320) is unknown color: approx Red Oxide. HEX triplet: 63, 23 and 20. RGB value is (99,35,32). Sum of RGB (Red+Green+Blue) = 99+35+32=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #632320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632320 is #9CDCDF. Grayscale: #353535. Windows color (decimal): -10280160 or 2106211. OLE color: 2106211.

HSL color Cylindrical-coordinate representation of color #632320: hue angle of 2.69º 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 #632320 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB993532-
CMYK00.650.680.61
HSL2.69º51.15%25.69%-
HSV(B)2.69º67.68%38.82%-
XYZ6.013.961.81-
YUV53.79115.7160.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=59.64%
G=21.08%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99353200.650.680.612.6951.1525.69
Hex632320041443D3331a
Octal143434001011047536332
Binary11000111000111000000100000110001001111011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632320; }

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

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

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

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

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

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

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

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