#632219

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

Shades of Red Oxide #632219

Tints of Red Oxide #632219

Color information

#632219 (or 0x632219) is unknown color: approx Red Oxide. HEX triplet: 63, 22 and 19. RGB value is (99,34,25). Sum of RGB (Red+Green+Blue) = 99+34+25=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #632219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632219 is #9CDDE6. Grayscale: #343434. Windows color (decimal): -10280423 or 1647203. OLE color: 1647203.

HSL color Cylindrical-coordinate representation of color #632219: hue angle of 7.3º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632219 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB993425-
CMYK00.660.750.61
HSL7.3º59.68%24.31%-
HSV(B)7.3º74.75%38.82%-
XYZ5.893.871.36-
YUV52.41112.53161.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=62.66%
G=21.52%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99342500.660.750.617.359.6824.31
Hex6322190424B3D73c18
Octal143423101021137577430
Binary11000111000101100101000010100101111110111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632219; }

 p { color: rgb(99,34,25); }

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

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

 a { background-color: rgb(99,34,25); }

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

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

 span { border-color: rgb(99,34,25); }

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