Html Css Color HEX #50261B Caput Mortuum

📋 copy color: '#50261B'

red 80 ◦ green 38 ◦ blue 27

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

Shades of Caput Mortuum #50261B

Tints of Caput Mortuum #50261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

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

R = 55.17%
G = 26.21%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50261B (or 0x50261B) is known color: Caput Mortuum. HEX triplet: 50, 26 and 1B. RGB value is (80,38,27). Sum of RGB (Red+Green+Blue) = 80+38+27=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50261B is #AFD9E4. Grayscale: #313131. Windows color (decimal): -11524581 or 1779280. OLE color: 1779280.

HSL color Cylindrical-coordinate representation of color #50261B: hue angle of 12.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50261B is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 38 27 -
CMYK 0 0.52 0.66 0.69
HSL 12.45º 0.5% 0.21% -
HSV(B) 12.45º 0.66% 0.31% -
XYZ 4.2 3.17 1.43 -
YUV 49.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 80 38 27 0 0.52 0.66 0.69 12.45 0.5 0.21
Hex 50 26 1B 0 34 42 45 C 32 15
Octal 120 46 33 0 64 102 105 14 62 25
Binary 1010000 100110 11011 0 110100 1000010 1000101 1100 110010 10101

Color Harmonies of #50261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50261B

Black with #50261B

Text Example


Text Example

White with #50261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,38,27); }

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

background-color css

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

 a { background-color: rgb(80,38,27); }

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

border-color css

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

 span { border-color: rgb(80,38,27); }

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