#632821

Color #632821 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #632821

Tints of Caput Mortuum #632821

Color information

#632821 (or 0x632821) is unknown color: approx Caput Mortuum. HEX triplet: 63, 28 and 21. RGB value is (99,40,33). Sum of RGB (Red+Green+Blue) = 99+40+33=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #632821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632821 is #9CD7DE. Grayscale: #383838. Windows color (decimal): -10278879 or 2173027. OLE color: 2173027.

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

Color convert

RGB994033-
CMYK00.600.670.61
HSL6.36º50%25.88%-
HSV(B)6.36º66.67%38.82%-
XYZ6.184.281.94-
YUV56.84114.55158.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=57.56%
G=23.26%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99403300.600.670.616.365025.88
Hex63282103C433D6321a
Octal14350410741037566232
Binary11000111010001000010111100100001111110111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632821; }

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

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

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

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

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

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

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

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