Html Css Color HEX #501F2E Black Rose

📋 copy color: '#501F2E'

red 80 ◦ green 31 ◦ blue 46

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

Shades of Black Rose #501F2E

Tints of Black Rose #501F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

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

R = 50.96%
G = 19.75%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#501F2E (or 0x501F2E) is known color: Black Rose. HEX triplet: 50, 1F and 2E. RGB value is (80,31,46). Sum of RGB (Red+Green+Blue) = 80+31+46=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #501F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F2E is #AFE0D1. Grayscale: #2F2F2F. Windows color (decimal): -11526354 or 3022672. OLE color: 3022672.

HSL color Cylindrical-coordinate representation of color #501F2E: hue angle of 341.63º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F2E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 31 46 -
CMYK 0 0.61 0.42 0.69
HSL 341.63º 0.44% 0.22% -
HSV(B) 341.63º 0.61% 0.31% -
XYZ 4.29 2.88 2.92 -
YUV 47.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 80 31 46 0 0.61 0.42 0.69 341.63 0.44 0.22
Hex 50 1F 2E 0 3D 2A 45 156 2C 16
Octal 120 37 56 0 75 52 105 526 54 26
Binary 1010000 11111 101110 0 111101 101010 1000101 101010110 101100 10110

Color Harmonies of #501F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F2E

Black with #501F2E

Text Example


Text Example

White with #501F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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