#65200A

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

Shades of Caput Mortuum #65200A

Tints of Caput Mortuum #65200A

Color information

#65200A (or 0x65200A) is unknown color: approx Caput Mortuum. HEX triplet: 65, 20 and 0A. RGB value is (101,32,10). Sum of RGB (Red+Green+Blue) = 101+32+10=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #65200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65200A is #9ADFF5. Grayscale: #323232. Windows color (decimal): -10149878 or 663653. OLE color: 663653.

HSL color Cylindrical-coordinate representation of color #65200A: hue angle of 14.51º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65200A is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1013210-
CMYK00.680.900.60
HSL14.51º81.98%21.76%-
HSV(B)14.51º90.1%39.61%-
XYZ5.943.820.71-
YUV50.12105.36164.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.63%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 10 (4.30% from 255) = 6.99%
R=70.63%
G=22.38%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101321000.680.900.6014.5181.9821.76
Hex6520A0445A3Cf5216
Octal14540120104132741712226
Binary110010110000010100100010010110101111001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65200A; }

 p { color: rgb(101,32,10); }

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

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

 a { background-color: rgb(101,32,10); }

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

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

 span { border-color: rgb(101,32,10); }

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