#63261D

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

Shades of Caput Mortuum #63261D

Tints of Caput Mortuum #63261D

Color information

#63261D (or 0x63261D) is unknown color: approx Caput Mortuum. HEX triplet: 63, 26 and 1D. RGB value is (99,38,29). Sum of RGB (Red+Green+Blue) = 99+38+29=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63261D is #9CD9E2. Grayscale: #373737. Windows color (decimal): -10279395 or 1910371. OLE color: 1910371.

HSL color Cylindrical-coordinate representation of color #63261D: hue angle of 7.71º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63261D is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB993829-
CMYK00.620.710.61
HSL7.71º54.69%25.1%-
HSV(B)7.71º70.71%38.82%-
XYZ6.064.131.64-
YUV55.21113.21159.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=59.64%
G=22.89%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99382900.620.710.617.7154.6925.1
Hex63261D03E473D83719
Octal143463507610775106731
Binary11000111001101110101111101000111111101100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63261D; }

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

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

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

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

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

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

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

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