#65261D

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

Shades of Caput Mortuum #65261D

Tints of Caput Mortuum #65261D

Color information

#65261D (or 0x65261D) is unknown color: approx Caput Mortuum. HEX triplet: 65, 26 and 1D. RGB value is (101,38,29). Sum of RGB (Red+Green+Blue) = 101+38+29=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #65261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65261D is #9AD9E2. Grayscale: #373737. Windows color (decimal): -10148323 or 1910373. OLE color: 1910373.

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

Color convert

RGB1013829-
CMYK00.620.710.60
HSL7.5º55.38%25.49%-
HSV(B)7.5º71.29%39.61%-
XYZ6.284.241.65-
YUV55.81112.87160.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.12%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=60.12%
G=22.62%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101382900.620.710.607.555.3825.49
Hex65261D03E473C83719
Octal145463507610774106731
Binary11001011001101110101111101000111111100100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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