Html Css Color HEX #50271D Caput Mortuum

📋 copy color: '#50271D'

red 80 ◦ green 39 ◦ blue 29

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

Shades of Caput Mortuum #50271D

Tints of Caput Mortuum #50271D

RGB

 RED value IS 80 (31.64% from 255) = 54.05%

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

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 54.05%
G = 26.35%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50271D (or 0x50271D) is known color: Caput Mortuum. HEX triplet: 50, 27 and 1D. RGB value is (80,39,29). Sum of RGB (Red+Green+Blue) = 80+39+29=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50271D is #AFD8E2. Grayscale: #323232. Windows color (decimal): -11524323 or 1910608. OLE color: 1910608.

HSL color Cylindrical-coordinate representation of color #50271D: hue angle of 11.76º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50271D is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 39 29 -
CMYK 0 0.51 0.64 0.69
HSL 11.76º 0.47% 0.21% -
HSV(B) 11.76º 0.64% 0.31% -
XYZ 4.26 3.25 1.56 -
YUV 50.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 80 39 29 0 0.51 0.64 0.69 11.76 0.47 0.21
Hex 50 27 1D 0 33 40 45 C 2F 15
Octal 120 47 35 0 63 100 105 14 57 25
Binary 1010000 100111 11101 0 110011 1000000 1000101 1100 101111 10101

Color Harmonies of #50271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50271D

Black with #50271D

Text Example


Text Example

White with #50271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50271D; }

 p { color: rgb(80,39,29); }

 H1.HeaderClassName
 {
   color: #50271D;
 }
 .AnyTagClassName
 {
   color: #50271D;
 }
</style>

background-color css

<style>
 a { background-color: #50271D; }

 a { background-color: rgb(80,39,29); }

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

border-color css

<style>
 span { border-color: #50271D; }

 span { border-color: rgb(80,39,29); }

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