Html Css Color HEX #61251C Caput Mortuum

📋 copy color: '#61251C'

red 97 ◦ green 37 ◦ blue 28

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

Shades of Caput Mortuum #61251C

Tints of Caput Mortuum #61251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

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

R = 59.88%
G = 22.84%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61251C (or 0x61251C) is known color: Caput Mortuum. HEX triplet: 61, 25 and 1C. RGB value is (97,37,28). Sum of RGB (Red+Green+Blue) = 97+37+28=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61251C is #9EDAE3. Grayscale: #363636. Windows color (decimal): -10410724 or 1844577. OLE color: 1844577.

HSL color Cylindrical-coordinate representation of color #61251C: hue angle of 7.83º 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 #61251C is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 28 -
CMYK 0 0.62 0.71 0.62
HSL 7.83º 0.55% 0.25% -
HSV(B) 7.83º 0.71% 0.38% -
XYZ 5.8 3.95 1.55 -
YUV 53.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 97 37 28 0 0.62 0.71 0.62 7.83 0.55 0.25
Hex 61 25 1C 0 3E 47 3E 8 37 19
Octal 141 45 34 0 76 107 76 10 67 31
Binary 1100001 100101 11100 0 111110 1000111 111110 1000 110111 11001

Color Harmonies of #61251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61251C

Black with #61251C

Text Example


Text Example

White with #61251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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