#65241B

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

Shades of Caput Mortuum #65241B

Tints of Caput Mortuum #65241B

Color information

#65241B (or 0x65241B) is unknown color: approx Caput Mortuum. HEX triplet: 65, 24 and 1B. RGB value is (101,36,27). Sum of RGB (Red+Green+Blue) = 101+36+27=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65241B is #9ADBE4. Grayscale: #363636. Windows color (decimal): -10148837 or 1778789. OLE color: 1778789.

HSL color Cylindrical-coordinate representation of color #65241B: hue angle of 7.3º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65241B is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1013627-
CMYK00.640.730.60
HSL7.3º57.81%25.1%-
HSV(B)7.3º73.27%39.61%-
XYZ6.24.111.5-
YUV54.41112.53161.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.59%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=61.59%
G=21.95%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101362700.640.730.607.357.8125.1
Hex65241B040493C73a19
Octal145443301001117477231
Binary11001011001001101101000000100100111110011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65241B; }

 p { color: rgb(101,36,27); }

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

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

 a { background-color: rgb(101,36,27); }

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

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

 span { border-color: rgb(101,36,27); }

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