Html Css Color HEX #61220D Caput Mortuum

📋 copy color: '#61220D'

red 97 ◦ green 34 ◦ blue 13

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

Shades of Caput Mortuum #61220D

Tints of Caput Mortuum #61220D

RGB

 RED value IS 97 (38.28% from 255) = 67.36%

 GREEN value IS 34 (13.67% from 255) = 23.61%

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

R = 67.36%
G = 23.61%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61220D (or 0x61220D) is known color: Caput Mortuum. HEX triplet: 61, 22 and 0D. RGB value is (97,34,13). Sum of RGB (Red+Green+Blue) = 97+34+13=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61220D is #9EDDF2. Grayscale: #323232. Windows color (decimal): -10411507 or 860769. OLE color: 860769.

HSL color Cylindrical-coordinate representation of color #61220D: hue angle of 15º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61220D is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 34 13 -
CMYK 0 0.65 0.87 0.62
HSL 15º 0.76% 0.22% -
HSV(B) 15º 0.87% 0.38% -
XYZ 5.57 3.71 0.8 -
YUV 50.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 97 34 13 0 0.65 0.87 0.62 15 0.76 0.22
Hex 61 22 D 0 41 57 3E F 4C 16
Octal 141 42 15 0 101 127 76 17 114 26
Binary 1100001 100010 1101 0 1000001 1010111 111110 1111 1001100 10110

Color Harmonies of #61220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61220D

Black with #61220D

Text Example


Text Example

White with #61220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61220D; }

 p { color: rgb(97,34,13); }

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

background-color css

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

 a { background-color: rgb(97,34,13); }

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

border-color css

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

 span { border-color: rgb(97,34,13); }

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