Html Css Color HEX #50191B Burnt Crimson

📋 copy color: '#50191B'

red 80 ◦ green 25 ◦ blue 27

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

Shades of Burnt Crimson #50191B

Tints of Burnt Crimson #50191B

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 value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50191B (or 0x50191B) is known color: 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

RGB 80 25 27 -
CMYK 0 0.69 0.66 0.69
HSL 357.82º 0.52% 0.21% -
HSV(B) 357.82º 0.69% 0.31% -
XYZ 3.85 2.48 1.31 -
YUV 41.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 80 25 27 0 0.69 0.66 0.69 357.82 0.52 0.21
Hex 50 19 1B 0 45 42 45 166 34 15
Octal 120 31 33 0 105 102 105 546 64 25
Binary 1010000 11001 11011 0 1000101 1000010 1000101 101100110 110100 10101

Color Harmonies of #50191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50191B

Black with #50191B

Text Example


Text Example

White with #50191B

Text Example


Text Example

HTML Codes & Css Web 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>