#50191B

Color #50191B Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #50191B

Tints of Burnt Crimson #50191B

Color information

#50191B (or 0x50191B) is unknown color: approx Burnt Crimson. HEX triplet: 50, 19 and 1B. RGB value is (80,25,27). Sum of RGB (Red+Green+Blue) = 80+25+27=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50191B is #AFE6E4. Grayscale: #292929. Windows color (decimal): -11527909 or 1775952. OLE color: 1775952.

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

Color convert

RGB802527-
CMYK00.690.660.69
HSL357.82º52.38%20.59%-
HSV(B)357.82º68.75%31.37%-
XYZ3.852.481.31-
YUV41.67119.72155.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=60.61%
G=18.94%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80252700.690.660.69357.8252.3820.59
Hex50191B04542451663415
Octal120313301051021055466425
Binary10100001100111011010001011000010100010110110011011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50191B;
 }
 .AnyTagClassName
 {
   color: #50191B;
 }
</style>
background-color css

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

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

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

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

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

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