Html Css Color HEX #642519 Caput Mortuum

📋 copy color: '#642519'

red 100 ◦ green 37 ◦ blue 25

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

Shades of Caput Mortuum #642519

Tints of Caput Mortuum #642519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.43%

R = 61.73%
G = 22.84%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#642519 (or 0x642519) is known color: Caput Mortuum. HEX triplet: 64, 25 and 19. RGB value is (100,37,25). Sum of RGB (Red+Green+Blue) = 100+37+25=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #642519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642519 is #9BDAE6. Grayscale: #363636. Windows color (decimal): -10214119 or 1647972. OLE color: 1647972.

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

Color convert

RGB 100 37 25 -
CMYK 0 0.63 0.75 0.61
HSL 9.6º 0.6% 0.25% -
HSV(B) 9.6º 0.75% 0.39% -
XYZ 6.09 4.1 1.39 -
YUV 54.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 100 37 25 0 0.63 0.75 0.61 9.6 0.6 0.25
Hex 64 25 19 0 3F 4B 3D A 3C 19
Octal 144 45 31 0 77 113 75 12 74 31
Binary 1100100 100101 11001 0 111111 1001011 111101 1010 111100 11001

Color Harmonies of #642519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642519

Black with #642519

Text Example


Text Example

White with #642519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642519; }

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

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

background-color css

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

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

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

border-color css

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

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

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