Html Css Color HEX #50261E Caput Mortuum

📋 copy color: '#50261E'

red 80 ◦ green 38 ◦ blue 30

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

Shades of Caput Mortuum #50261E

Tints of Caput Mortuum #50261E

RGB

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

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

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

R = 54.05%
G = 25.68%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50261E (or 0x50261E) is known color: Caput Mortuum. HEX triplet: 50, 26 and 1E. RGB value is (80,38,30). Sum of RGB (Red+Green+Blue) = 80+38+30=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50261E is #AFD9E1. Grayscale: #313131. Windows color (decimal): -11524578 or 1975888. OLE color: 1975888.

HSL color Cylindrical-coordinate representation of color #50261E: hue angle of 9.6º 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 #50261E is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 38 30 -
CMYK 0 0.52 0.62 0.69
HSL 9.6º 0.45% 0.22% -
HSV(B) 9.6º 0.63% 0.31% -
XYZ 4.24 3.19 1.62 -
YUV 49.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 80 38 30 0 0.52 0.62 0.69 9.6 0.45 0.22
Hex 50 26 1E 0 34 3E 45 A 2D 16
Octal 120 46 36 0 64 76 105 12 55 26
Binary 1010000 100110 11110 0 110100 111110 1000101 1010 101101 10110

Color Harmonies of #50261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50261E

Black with #50261E

Text Example


Text Example

White with #50261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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