Html Css Color HEX #51251B Caput Mortuum

📋 copy color: '#51251B'

red 81 ◦ green 37 ◦ blue 27

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

Shades of Caput Mortuum #51251B

Tints of Caput Mortuum #51251B

RGB

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

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

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

R = 55.86%
G = 25.52%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51251B (or 0x51251B) is known color: Caput Mortuum. HEX triplet: 51, 25 and 1B. RGB value is (81,37,27). Sum of RGB (Red+Green+Blue) = 81+37+27=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51251B is #AEDAE4. Grayscale: #313131. Windows color (decimal): -11459301 or 1779025. OLE color: 1779025.

HSL color Cylindrical-coordinate representation of color #51251B: hue angle of 11.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51251B is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 37 27 -
CMYK 0 0.54 0.67 0.68
HSL 11.11º 0.5% 0.21% -
HSV(B) 11.11º 0.67% 0.32% -
XYZ 4.25 3.15 1.42 -
YUV 49.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 81 37 27 0 0.54 0.67 0.68 11.11 0.5 0.21
Hex 51 25 1B 0 36 43 44 B 32 15
Octal 121 45 33 0 66 103 104 13 62 25
Binary 1010001 100101 11011 0 110110 1000011 1000100 1011 110010 10101

Color Harmonies of #51251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51251B

Black with #51251B

Text Example


Text Example

White with #51251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,37,27); }

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

background-color css

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

 a { background-color: rgb(81,37,27); }

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

border-color css

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

 span { border-color: rgb(81,37,27); }

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