Html Css Color HEX #642215 Caput Mortuum

📋 copy color: '#642215'

red 100 ◦ green 34 ◦ blue 21

#642215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #642215

Tints of Caput Mortuum #642215

RGB

 RED value IS 100 (39.45% from 255) = 64.52%

 GREEN value IS 34 (13.67% from 255) = 21.94%

 BLUE value IS 21 (8.59% from 255) = 13.55%

R = 64.52%
G = 21.94%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#642215 (or 0x642215) is known color: Caput Mortuum. HEX triplet: 64, 22 and 15. RGB value is (100,34,21). Sum of RGB (Red+Green+Blue) = 100+34+21=155 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.52% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 100 - color contains mainly: red. Hex color #642215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642215 is #9BDDEA. Grayscale: #343434. Windows color (decimal): -10214891 or 1385060. OLE color: 1385060.

HSL color Cylindrical-coordinate representation of color #642215: hue angle of 9.87º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642215 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 34 21 -
CMYK 0 0.66 0.79 0.61
HSL 9.87º 0.65% 0.24% -
HSV(B) 9.87º 0.79% 0.39% -
XYZ 5.96 3.91 1.15 -
YUV 52.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 100 34 21 0 0.66 0.79 0.61 9.87 0.65 0.24
Hex 64 22 15 0 42 4F 3D A 41 18
Octal 144 42 25 0 102 117 75 12 101 30
Binary 1100100 100010 10101 0 1000010 1001111 111101 1010 1000001 11000

Color Harmonies of #642215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642215

Black with #642215

Text Example


Text Example

White with #642215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642215; }

 p { color: rgb(100,34,21); }

 H1.HeaderClassName
 {
   color: #642215;
 }
 .AnyTagClassName
 {
   color: #642215;
 }
</style>

background-color css

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

 a { background-color: rgb(100,34,21); }

 div.DivClassName
 {
   background-color: #642215;
 }
 .BgClassName
 {
   background-color: #642215;
 }
</style>

border-color css

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

 span { border-color: rgb(100,34,21); }

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