Html Css Color HEX #61291C Caput Mortuum

📋 copy color: '#61291C'

red 97 ◦ green 41 ◦ blue 28

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

Shades of Caput Mortuum #61291C

Tints of Caput Mortuum #61291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

 BLUE value IS 28 (11.33% from 255) = 16.87%

R = 58.43%
G = 24.7%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61291C (or 0x61291C) is known color: Caput Mortuum. HEX triplet: 61, 29 and 1C. RGB value is (97,41,28). Sum of RGB (Red+Green+Blue) = 97+41+28=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61291C is #9ED6E3. Grayscale: #383838. Windows color (decimal): -10409700 or 1845601. OLE color: 1845601.

HSL color Cylindrical-coordinate representation of color #61291C: hue angle of 11.3º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61291C is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 28 -
CMYK 0 0.58 0.71 0.62
HSL 11.3º 0.55% 0.25% -
HSV(B) 11.3º 0.71% 0.38% -
XYZ 5.93 4.21 1.6 -
YUV 56.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 97 41 28 0 0.58 0.71 0.62 11.3 0.55 0.25
Hex 61 29 1C 0 3A 47 3E B 37 19
Octal 141 51 34 0 72 107 76 13 67 31
Binary 1100001 101001 11100 0 111010 1000111 111110 1011 110111 11001

Color Harmonies of #61291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61291C

Black with #61291C

Text Example


Text Example

White with #61291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,41,28); }

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

background-color css

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

 a { background-color: rgb(97,41,28); }

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

border-color css

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

 span { border-color: rgb(97,41,28); }

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