#632624

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

Shades of Red Oxide #632624

Tints of Red Oxide #632624

Color information

#632624 (or 0x632624) is unknown color: approx Red Oxide. HEX triplet: 63, 26 and 24. RGB value is (99,38,36). Sum of RGB (Red+Green+Blue) = 99+38+36=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #632624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632624 is #9CD9DB. Grayscale: #383838. Windows color (decimal): -10279388 or 2369123. OLE color: 2369123.

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

Color convert

RGB993836-
CMYK00.620.640.61
HSL1.9º46.67%26.47%-
HSV(B)1.9º63.64%38.82%-
XYZ6.164.172.15-
YUV56.01116.71158.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=57.23%
G=21.97%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99383600.620.640.611.946.6726.47
Hex63262403E403D22f1a
Octal14346440761007525732
Binary1100011100110100100011111010000001111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632624; }

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

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

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

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

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

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

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

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