Html Css Color HEX #50271E Caput Mortuum

📋 copy color: '#50271E'

red 80 ◦ green 39 ◦ blue 30

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

Shades of Caput Mortuum #50271E

Tints of Caput Mortuum #50271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.13%

R = 53.69%
G = 26.17%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50271E (or 0x50271E) is known color: Caput Mortuum. HEX triplet: 50, 27 and 1E. RGB value is (80,39,30). Sum of RGB (Red+Green+Blue) = 80+39+30=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50271E is #AFD8E1. Grayscale: #323232. Windows color (decimal): -11524322 or 1976144. OLE color: 1976144.

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

Color convert

RGB 80 39 30 -
CMYK 0 0.51 0.62 0.69
HSL 10.8º 0.45% 0.22% -
HSV(B) 10.8º 0.63% 0.31% -
XYZ 4.27 3.25 1.63 -
YUV 50.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 80 39 30 0 0.51 0.62 0.69 10.8 0.45 0.22
Hex 50 27 1E 0 33 3E 45 B 2D 16
Octal 120 47 36 0 63 76 105 13 55 26
Binary 1010000 100111 11110 0 110011 111110 1000101 1011 101101 10110

Color Harmonies of #50271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50271E

Black with #50271E

Text Example


Text Example

White with #50271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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