Html Css Color HEX #50251B Caput Mortuum

📋 copy color: '#50251B'

red 80 ◦ green 37 ◦ blue 27

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

Shades of Caput Mortuum #50251B

Tints of Caput Mortuum #50251B

RGB

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

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

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

R = 55.56%
G = 25.69%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50251B (or 0x50251B) is known color: Caput Mortuum. HEX triplet: 50, 25 and 1B. RGB value is (80,37,27). Sum of RGB (Red+Green+Blue) = 80+37+27=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50251B is #AFDAE4. Grayscale: #303030. Windows color (decimal): -11524837 or 1779024. OLE color: 1779024.

HSL color Cylindrical-coordinate representation of color #50251B: hue angle of 11.32º 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 #50251B is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 27 -
CMYK 0 0.54 0.66 0.69
HSL 11.32º 0.5% 0.21% -
HSV(B) 11.32º 0.66% 0.31% -
XYZ 4.17 3.11 1.42 -
YUV 48.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 80 37 27 0 0.54 0.66 0.69 11.32 0.5 0.21
Hex 50 25 1B 0 36 42 45 B 32 15
Octal 120 45 33 0 66 102 105 13 62 25
Binary 1010000 100101 11011 0 110110 1000010 1000101 1011 110010 10101

Color Harmonies of #50251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50251B

Black with #50251B

Text Example


Text Example

White with #50251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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