#65261B

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

Shades of Caput Mortuum #65261B

Tints of Caput Mortuum #65261B

Color information

#65261B (or 0x65261B) is unknown color: approx Caput Mortuum. HEX triplet: 65, 26 and 1B. RGB value is (101,38,27). Sum of RGB (Red+Green+Blue) = 101+38+27=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65261B is #9AD9E4. Grayscale: #373737. Windows color (decimal): -10148325 or 1779301. OLE color: 1779301.

HSL color Cylindrical-coordinate representation of color #65261B: hue angle of 8.92º 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 #65261B is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1013827-
CMYK00.620.730.60
HSL8.92º57.81%25.1%-
HSV(B)8.92º73.27%39.61%-
XYZ6.264.231.52-
YUV55.58111.87160.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.84%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=60.84%
G=22.89%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101382700.620.730.608.9257.8125.1
Hex65261B03E493C93a19
Octal145463307611174117231
Binary11001011001101101101111101001001111100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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