#632015

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

Shades of Red Oxide #632015

Tints of Red Oxide #632015

Color information

#632015 (or 0x632015) is unknown color: approx Red Oxide. HEX triplet: 63, 20 and 15. RGB value is (99,32,21). Sum of RGB (Red+Green+Blue) = 99+32+21=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #632015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632015 is #9CDFEA. Grayscale: #323232. Windows color (decimal): -10280939 or 1384547. OLE color: 1384547.

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

Color convert

RGB993221-
CMYK00.680.790.61
HSL8.46º65%23.53%-
HSV(B)8.46º78.79%38.82%-
XYZ5.83.741.13-
YUV50.78111.2162.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=65.13%
G=21.05%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99322100.680.790.618.466523.53
Hex6320150444F3D84118
Octal14340250104117751010130
Binary1100011100000101010100010010011111111011000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632015; }

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

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

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

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

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

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

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

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