Html Css Color HEX #501E2D Black Rose

📋 copy color: '#501E2D'

red 80 ◦ green 30 ◦ blue 45

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

Shades of Black Rose #501E2D

Tints of Black Rose #501E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 51.61%
G = 19.35%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#501E2D (or 0x501E2D) is known color: Black Rose. HEX triplet: 50, 1E and 2D. RGB value is (80,30,45). Sum of RGB (Red+Green+Blue) = 80+30+45=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E2D is #AFE1D2. Grayscale: #2E2E2E. Windows color (decimal): -11526611 or 2956880. OLE color: 2956880.

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

Color convert

RGB 80 30 45 -
CMYK 0 0.62 0.44 0.69
HSL 342º 0.45% 0.22% -
HSV(B) 342º 0.63% 0.31% -
XYZ 4.25 2.82 2.8 -
YUV 46.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 80 30 45 0 0.62 0.44 0.69 342 0.45 0.22
Hex 50 1E 2D 0 3E 2C 45 156 2D 16
Octal 120 36 55 0 76 54 105 526 55 26
Binary 1010000 11110 101101 0 111110 101100 1000101 101010110 101101 10110

Color Harmonies of #501E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E2D

Black with #501E2D

Text Example


Text Example

White with #501E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501E2D; }

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

 H1.HeaderClassName
 {
   color: #501E2D;
 }
 .AnyTagClassName
 {
   color: #501E2D;
 }
</style>

background-color css

<style>
 a { background-color: #501E2D; }

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

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

border-color css

<style>
 span { border-color: #501E2D; }

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

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