Html Css Color HEX #51271C Caput Mortuum

📋 copy color: '#51271C'

red 81 ◦ green 39 ◦ blue 28

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

Shades of Caput Mortuum #51271C

Tints of Caput Mortuum #51271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 54.73%
G = 26.35%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51271C (or 0x51271C) is known color: Caput Mortuum. HEX triplet: 51, 27 and 1C. RGB value is (81,39,28). Sum of RGB (Red+Green+Blue) = 81+39+28=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51271C is #AED8E3. Grayscale: #323232. Windows color (decimal): -11458788 or 1845073. OLE color: 1845073.

HSL color Cylindrical-coordinate representation of color #51271C: hue angle of 12.45º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51271C is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 39 28 -
CMYK 0 0.52 0.65 0.68
HSL 12.45º 0.49% 0.21% -
HSV(B) 12.45º 0.65% 0.32% -
XYZ 4.33 3.28 1.5 -
YUV 50.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 81 39 28 0 0.52 0.65 0.68 12.45 0.49 0.21
Hex 51 27 1C 0 34 41 44 C 31 15
Octal 121 47 34 0 64 101 104 14 61 25
Binary 1010001 100111 11100 0 110100 1000001 1000100 1100 110001 10101

Color Harmonies of #51271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51271C

Black with #51271C

Text Example


Text Example

White with #51271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,39,28); }

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

background-color css

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

 a { background-color: rgb(81,39,28); }

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

border-color css

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

 span { border-color: rgb(81,39,28); }

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