Html Css Color HEX #61200F Caput Mortuum

📋 copy color: '#61200F'

red 97 ◦ green 32 ◦ blue 15

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

Shades of Caput Mortuum #61200F

Tints of Caput Mortuum #61200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.42%

R = 67.36%
G = 22.22%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61200F (or 0x61200F) is known color: Caput Mortuum. HEX triplet: 61, 20 and 0F. RGB value is (97,32,15). Sum of RGB (Red+Green+Blue) = 97+32+15=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61200F is #9EDFF0. Grayscale: #313131. Windows color (decimal): -10412017 or 991329. OLE color: 991329.

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

Color convert

RGB 97 32 15 -
CMYK 0 0.67 0.85 0.62
HSL 12.44º 0.73% 0.22% -
HSV(B) 12.44º 0.85% 0.38% -
XYZ 5.53 3.61 0.86 -
YUV 49.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 97 32 15 0 0.67 0.85 0.62 12.44 0.73 0.22
Hex 61 20 F 0 43 55 3E C 49 16
Octal 141 40 17 0 103 125 76 14 111 26
Binary 1100001 100000 1111 0 1000011 1010101 111110 1100 1001001 10110

Color Harmonies of #61200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61200F

Black with #61200F

Text Example


Text Example

White with #61200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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