#632421

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

Shades of Red Oxide #632421

Tints of Red Oxide #632421

Color information

#632421 (or 0x632421) is unknown color: approx Red Oxide. HEX triplet: 63, 24 and 21. RGB value is (99,36,33). Sum of RGB (Red+Green+Blue) = 99+36+33=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632421 is #9CDBDE. Grayscale: #363636. Windows color (decimal): -10279903 or 2172003. OLE color: 2172003.

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

Color convert

RGB993633-
CMYK00.640.670.61
HSL2.73º50%25.88%-
HSV(B)2.73º66.67%38.82%-
XYZ6.054.021.9-
YUV54.5115.87159.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=58.93%
G=21.43%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99363300.640.670.612.735025.88
Hex632421040433D3321a
Octal143444101001037536232
Binary11000111001001000010100000010000111111011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632421; }

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

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

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

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

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

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

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

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