Html Css Color HEX #61200E Caput Mortuum

📋 copy color: '#61200E'

red 97 ◦ green 32 ◦ blue 14

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

Shades of Caput Mortuum #61200E

Tints of Caput Mortuum #61200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.38%

 BLUE value IS 14 (5.86% from 255) = 9.79%

R = 67.83%
G = 22.38%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61200E (or 0x61200E) is known color: Caput Mortuum. HEX triplet: 61, 20 and 0E. RGB value is (97,32,14). Sum of RGB (Red+Green+Blue) = 97+32+14=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #61200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61200E is #9EDFF1. Grayscale: #313131. Windows color (decimal): -10412018 or 925793. OLE color: 925793.

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

Color convert

RGB 97 32 14 -
CMYK 0 0.67 0.86 0.62
HSL 13.01º 0.75% 0.22% -
HSV(B) 13.01º 0.86% 0.38% -
XYZ 5.53 3.61 0.82 -
YUV 49.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 97 32 14 0 0.67 0.86 0.62 13.01 0.75 0.22
Hex 61 20 E 0 43 56 3E D 4B 16
Octal 141 40 16 0 103 126 76 15 113 26
Binary 1100001 100000 1110 0 1000011 1010110 111110 1101 1001011 10110

Color Harmonies of #61200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61200E

Black with #61200E

Text Example


Text Example

White with #61200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61200E; }

 p { color: rgb(97,32,14); }

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

background-color css

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

 a { background-color: rgb(97,32,14); }

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

border-color css

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

 span { border-color: rgb(97,32,14); }

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