Html Css Color HEX #601F0D Caput Mortuum

📋 copy color: '#601F0D'

red 96 ◦ green 31 ◦ blue 13

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

Shades of Caput Mortuum #601F0D

Tints of Caput Mortuum #601F0D

RGB

 RED value IS 96 (37.89% from 255) = 68.57%

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

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 68.57%
G = 22.14%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#601F0D (or 0x601F0D) is known color: Caput Mortuum. HEX triplet: 60, 1F and 0D. RGB value is (96,31,13). Sum of RGB (Red+Green+Blue) = 96+31+13=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #601F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601F0D is #9FE0F2. Grayscale: #303030. Windows color (decimal): -10477811 or 860000. OLE color: 860000.

HSL color Cylindrical-coordinate representation of color #601F0D: hue angle of 13.01º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601F0D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 31 13 -
CMYK 0 0.68 0.86 0.62
HSL 13.01º 0.76% 0.21% -
HSV(B) 13.01º 0.86% 0.38% -
XYZ 5.39 3.5 0.77 -
YUV 48.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 96 31 13 0 0.68 0.86 0.62 13.01 0.76 0.21
Hex 60 1F D 0 44 56 3E D 4C 15
Octal 140 37 15 0 104 126 76 15 114 25
Binary 1100000 11111 1101 0 1000100 1010110 111110 1101 1001100 10101

Color Harmonies of #601F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F0D

Black with #601F0D

Text Example


Text Example

White with #601F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601F0D; }

 p { color: rgb(96,31,13); }

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

background-color css

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

 a { background-color: rgb(96,31,13); }

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

border-color css

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

 span { border-color: rgb(96,31,13); }

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