Html Css Color HEX #61231B Caput Mortuum

📋 copy color: '#61231B'

red 97 ◦ green 35 ◦ blue 27

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

Shades of Caput Mortuum #61231B

Tints of Caput Mortuum #61231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.01%

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 61.01%
G = 22.01%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61231B (or 0x61231B) is known color: Caput Mortuum. HEX triplet: 61, 23 and 1B. RGB value is (97,35,27). Sum of RGB (Red+Green+Blue) = 97+35+27=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61231B is #9EDCE4. Grayscale: #343434. Windows color (decimal): -10411237 or 1778529. OLE color: 1778529.

HSL color Cylindrical-coordinate representation of color #61231B: hue angle of 6.86º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61231B is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 27 -
CMYK 0 0.64 0.72 0.62
HSL 6.86º 0.56% 0.24% -
HSV(B) 6.86º 0.72% 0.38% -
XYZ 5.73 3.82 1.47 -
YUV 52.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 97 35 27 0 0.64 0.72 0.62 6.86 0.56 0.24
Hex 61 23 1B 0 40 48 3E 7 38 18
Octal 141 43 33 0 100 110 76 7 70 30
Binary 1100001 100011 11011 0 1000000 1001000 111110 111 111000 11000

Color Harmonies of #61231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61231B

Black with #61231B

Text Example


Text Example

White with #61231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61231B; }

 p { color: rgb(97,35,27); }

 H1.HeaderClassName
 {
   color: #61231B;
 }
 .AnyTagClassName
 {
   color: #61231B;
 }
</style>

background-color css

<style>
 a { background-color: #61231B; }

 a { background-color: rgb(97,35,27); }

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

border-color css

<style>
 span { border-color: #61231B; }

 span { border-color: rgb(97,35,27); }

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