#65271A

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

Shades of Caput Mortuum #65271A

Tints of Caput Mortuum #65271A

Color information

#65271A (or 0x65271A) is unknown color: approx Caput Mortuum. HEX triplet: 65, 27 and 1A. RGB value is (101,39,26). Sum of RGB (Red+Green+Blue) = 101+39+26=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65271A is #9AD8E5. Grayscale: #383838. Windows color (decimal): -10148070 or 1714021. OLE color: 1714021.

HSL color Cylindrical-coordinate representation of color #65271A: hue angle of 10.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65271A is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1013926-
CMYK00.610.740.60
HSL10.4º59.06%24.9%-
HSV(B)10.4º74.26%39.61%-
XYZ6.284.291.47-
YUV56.06111.04160.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.84%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=60.84%
G=23.49%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101392600.610.740.6010.459.0624.9
Hex65271A03D4A3Ca3b19
Octal145473207511274127331
Binary11001011001111101001111011001010111100101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,39,26); }

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

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

 a { background-color: rgb(101,39,26); }

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

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

 span { border-color: rgb(101,39,26); }

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