Html Css Color HEX #51200F Caput Mortuum

📋 copy color: '#51200F'

red 81 ◦ green 32 ◦ blue 15

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

Shades of Caput Mortuum #51200F

Tints of Caput Mortuum #51200F

RGB

 RED value IS 81 (32.03% from 255) = 63.28%

 GREEN value IS 32 (12.89% from 255) = 25%

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 63.28%
G = 25%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51200F (or 0x51200F) is known color: Caput Mortuum. HEX triplet: 51, 20 and 0F. RGB value is (81,32,15). Sum of RGB (Red+Green+Blue) = 81+32+15=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #51200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51200F is #AEDFF0. Grayscale: #2C2C2C. Windows color (decimal): -11460593 or 991313. OLE color: 991313.

HSL color Cylindrical-coordinate representation of color #51200F: hue angle of 15.45º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51200F is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 15 -
CMYK 0 0.60 0.81 0.68
HSL 15.45º 0.69% 0.19% -
HSV(B) 15.45º 0.81% 0.32% -
XYZ 4 2.82 0.79 -
YUV 44.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 81 32 15 0 0.60 0.81 0.68 15.45 0.69 0.19
Hex 51 20 F 0 3C 51 44 F 45 13
Octal 121 40 17 0 74 121 104 17 105 23
Binary 1010001 100000 1111 0 111100 1010001 1000100 1111 1000101 10011

Color Harmonies of #51200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51200F

Black with #51200F

Text Example


Text Example

White with #51200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,32,15); }

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

background-color css

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

 a { background-color: rgb(81,32,15); }

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

border-color css

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

 span { border-color: rgb(81,32,15); }

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