Html Css Color HEX #61210C Caput Mortuum

📋 copy color: '#61210C'

red 97 ◦ green 33 ◦ blue 12

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

Shades of Caput Mortuum #61210C

Tints of Caput Mortuum #61210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

 BLUE value IS 12 (5.08% from 255) = 8.45%

R = 68.31%
G = 23.24%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61210C (or 0x61210C) is known color: Caput Mortuum. HEX triplet: 61, 21 and 0C. RGB value is (97,33,12). Sum of RGB (Red+Green+Blue) = 97+33+12=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #61210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61210C is #9EDEF3. Grayscale: #313131. Windows color (decimal): -10411764 or 794977. OLE color: 794977.

HSL color Cylindrical-coordinate representation of color #61210C: hue angle of 14.82º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61210C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 12 -
CMYK 0 0.66 0.88 0.62
HSL 14.82º 0.78% 0.21% -
HSV(B) 14.82º 0.88% 0.38% -
XYZ 5.54 3.66 0.76 -
YUV 49.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 97 33 12 0 0.66 0.88 0.62 14.82 0.78 0.21
Hex 61 21 C 0 42 58 3E F 4E 15
Octal 141 41 14 0 102 130 76 17 116 25
Binary 1100001 100001 1100 0 1000010 1011000 111110 1111 1001110 10101

Color Harmonies of #61210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61210C

Black with #61210C

Text Example


Text Example

White with #61210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61210C; }

 p { color: rgb(97,33,12); }

 H1.HeaderClassName
 {
   color: #61210C;
 }
 .AnyTagClassName
 {
   color: #61210C;
 }
</style>

background-color css

<style>
 a { background-color: #61210C; }

 a { background-color: rgb(97,33,12); }

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

border-color css

<style>
 span { border-color: #61210C; }

 span { border-color: rgb(97,33,12); }

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