#65210b

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

Shades of Caput Mortuum #65210B

Tints of Caput Mortuum #65210B

Color information

#65210B (or 0x65210B) is unknown color: approx Caput Mortuum. HEX triplet: 65, 21 and 0B. RGB value is (101,33,11). Sum of RGB (Red+Green+Blue) = 101+33+11=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65210B is #9ADEF4. Grayscale: #323232. Windows color (decimal): -10149621 or 729445. OLE color: 729445.

HSL color Cylindrical-coordinate representation of color #65210B: hue angle of 14.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65210B is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1013311-
CMYK00.670.890.60
HSL14.67º80.36%21.96%-
HSV(B)14.67º89.11%39.61%-
XYZ5.973.880.75-
YUV50.82105.53163.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.66%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 11 (4.69% from 255) = 7.59%
R=69.66%
G=22.76%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101331100.670.890.6014.6780.3621.96
Hex6521B043593Cf5016
Octal14541130103131741712026
Binary110010110000110110100001110110011111001111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65210b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65210b; }

 p { color: rgb(101,33,11); }

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

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

 a { background-color: rgb(101,33,11); }

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

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

 span { border-color: rgb(101,33,11); }

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