#632115

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

Shades of Red Oxide #632115

Tints of Red Oxide #632115

Color information

#632115 (or 0x632115) is unknown color: approx Red Oxide. HEX triplet: 63, 21 and 15. RGB value is (99,33,21). Sum of RGB (Red+Green+Blue) = 99+33+21=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632115 is #9CDEEA. Grayscale: #333333. Windows color (decimal): -10280683 or 1384803. OLE color: 1384803.

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

Color convert

RGB993321-
CMYK00.670.790.61
HSL9.23º65%23.53%-
HSV(B)9.23º78.79%38.82%-
XYZ5.823.791.13-
YUV51.37110.87161.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=64.71%
G=21.57%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99332100.670.790.619.236523.53
Hex6321150434F3D94118
Octal14341250103117751110130
Binary1100011100001101010100001110011111111011001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632115; }

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

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

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

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

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

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

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

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