Html Css Color HEX #60251F Caput Mortuum

📋 copy color: '#60251F'

red 96 ◦ green 37 ◦ blue 31

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

Shades of Caput Mortuum #60251F

Tints of Caput Mortuum #60251F

RGB

 RED value IS 96 (37.89% from 255) = 58.54%

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

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 58.54%
G = 22.56%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60251F (or 0x60251F) is known color: Caput Mortuum. HEX triplet: 60, 25 and 1F. RGB value is (96,37,31). Sum of RGB (Red+Green+Blue) = 96+37+31=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #60251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60251F is #9FDAE0. Grayscale: #363636. Windows color (decimal): -10476257 or 2041184. OLE color: 2041184.

HSL color Cylindrical-coordinate representation of color #60251F: hue angle of 5.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60251F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 31 -
CMYK 0 0.61 0.68 0.62
HSL 5.54º 0.51% 0.25% -
HSV(B) 5.54º 0.68% 0.38% -
XYZ 5.73 3.91 1.75 -
YUV 53.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 96 37 31 0 0.61 0.68 0.62 5.54 0.51 0.25
Hex 60 25 1F 0 3D 44 3E 6 33 19
Octal 140 45 37 0 75 104 76 6 63 31
Binary 1100000 100101 11111 0 111101 1000100 111110 110 110011 11001

Color Harmonies of #60251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60251F

Black with #60251F

Text Example


Text Example

White with #60251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,37,31); }

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

background-color css

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

 a { background-color: rgb(96,37,31); }

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

border-color css

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

 span { border-color: rgb(96,37,31); }

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