Html Css Color HEX #642513 Caput Mortuum

📋 copy color: '#642513'

red 100 ◦ green 37 ◦ blue 19

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

Shades of Caput Mortuum #642513

Tints of Caput Mortuum #642513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.72%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 64.1%
G = 23.72%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#642513 (or 0x642513) is known color: Caput Mortuum. HEX triplet: 64, 25 and 13. RGB value is (100,37,19). Sum of RGB (Red+Green+Blue) = 100+37+19=156 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.10% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 100 - color contains mainly: red. Hex color #642513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642513 is #9BDAEC. Grayscale: #353535. Windows color (decimal): -10214125 or 1254756. OLE color: 1254756.

HSL color Cylindrical-coordinate representation of color #642513: hue angle of 13.33º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642513 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 37 19 -
CMYK 0 0.63 0.81 0.61
HSL 13.33º 0.68% 0.23% -
HSV(B) 13.33º 0.81% 0.39% -
XYZ 6.03 4.08 1.09 -
YUV 53.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 100 37 19 0 0.63 0.81 0.61 13.33 0.68 0.23
Hex 64 25 13 0 3F 51 3D D 44 17
Octal 144 45 23 0 77 121 75 15 104 27
Binary 1100100 100101 10011 0 111111 1010001 111101 1101 1000100 10111

Color Harmonies of #642513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642513

Black with #642513

Text Example


Text Example

White with #642513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642513; }

 p { color: rgb(100,37,19); }

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

background-color css

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

 a { background-color: rgb(100,37,19); }

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

border-color css

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

 span { border-color: rgb(100,37,19); }

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