Html Css Color HEX #641F09 Caput Mortuum

📋 copy color: '#641F09'

red 100 ◦ green 31 ◦ blue 9

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

Shades of Caput Mortuum #641F09

Tints of Caput Mortuum #641F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.14%

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 71.43%
G = 22.14%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#641F09 (or 0x641F09) is known color: Caput Mortuum. HEX triplet: 64, 1F and 09. RGB value is (100,31,9). Sum of RGB (Red+Green+Blue) = 100+31+9=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #641F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641F09 is #9BE0F6. Grayscale: #313131. Windows color (decimal): -10215671 or 597860. OLE color: 597860.

HSL color Cylindrical-coordinate representation of color #641F09: hue angle of 14.51º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #641F09 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 31 9 -
CMYK 0 0.69 0.91 0.61
HSL 14.51º 0.83% 0.21% -
HSV(B) 14.51º 0.91% 0.39% -
XYZ 5.79 3.71 0.67 -
YUV 49.12 105.36 164.29 -
System Red Green Blue C M Y K H S L
Decimal 100 31 9 0 0.69 0.91 0.61 14.51 0.83 0.21
Hex 64 1F 9 0 45 5B 3D F 53 15
Octal 144 37 11 0 105 133 75 17 123 25
Binary 1100100 11111 1001 0 1000101 1011011 111101 1111 1010011 10101

Color Harmonies of #641F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641F09

Black with #641F09

Text Example


Text Example

White with #641F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641F09; }

 p { color: rgb(100,31,9); }

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

background-color css

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

 a { background-color: rgb(100,31,9); }

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

border-color css

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

 span { border-color: rgb(100,31,9); }

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