Html Css Color HEX #642415 Caput Mortuum

📋 copy color: '#642415'

red 100 ◦ green 36 ◦ blue 21

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

Shades of Caput Mortuum #642415

Tints of Caput Mortuum #642415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

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

R = 63.69%
G = 22.93%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#642415 (or 0x642415) is known color: Caput Mortuum. HEX triplet: 64, 24 and 15. RGB value is (100,36,21). Sum of RGB (Red+Green+Blue) = 100+36+21=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #642415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642415 is #9BDBEA. Grayscale: #353535. Windows color (decimal): -10214379 or 1385572. OLE color: 1385572.

HSL color Cylindrical-coordinate representation of color #642415: hue angle of 11.39º 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 #642415 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 36 21 -
CMYK 0 0.64 0.79 0.61
HSL 11.39º 0.65% 0.24% -
HSV(B) 11.39º 0.79% 0.39% -
XYZ 6.02 4.03 1.17 -
YUV 53.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 100 36 21 0 0.64 0.79 0.61 11.39 0.65 0.24
Hex 64 24 15 0 40 4F 3D B 41 18
Octal 144 44 25 0 100 117 75 13 101 30
Binary 1100100 100100 10101 0 1000000 1001111 111101 1011 1000001 11000

Color Harmonies of #642415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642415

Black with #642415

Text Example


Text Example

White with #642415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642415; }

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

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

background-color css

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

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

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

border-color css

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

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

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