Html Css Color HEX #50202E Black Rose

📋 copy color: '#50202E'

red 80 ◦ green 32 ◦ blue 46

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

Shades of Black Rose #50202E

Tints of Black Rose #50202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 46 (18.36% from 255) = 29.11%

R = 50.63%
G = 20.25%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50202E (or 0x50202E) is known color: Black Rose. HEX triplet: 50, 20 and 2E. RGB value is (80,32,46). Sum of RGB (Red+Green+Blue) = 80+32+46=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50202E is #AFDFD1. Grayscale: #2F2F2F. Windows color (decimal): -11526098 or 3022928. OLE color: 3022928.

HSL color Cylindrical-coordinate representation of color #50202E: hue angle of 342.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50202E is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 46 -
CMYK 0 0.60 0.42 0.69
HSL 342.5º 0.43% 0.22% -
HSV(B) 342.5º 0.6% 0.31% -
XYZ 4.32 2.94 2.92 -
YUV 47.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 80 32 46 0 0.60 0.42 0.69 342.5 0.43 0.22
Hex 50 20 2E 0 3C 2A 45 156 2B 16
Octal 120 40 56 0 74 52 105 526 53 26
Binary 1010000 100000 101110 0 111100 101010 1000101 101010110 101011 10110

Color Harmonies of #50202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50202E

Black with #50202E

Text Example


Text Example

White with #50202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,32,46); }

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

background-color css

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

 a { background-color: rgb(80,32,46); }

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

border-color css

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

 span { border-color: rgb(80,32,46); }

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