Html Css Color HEX #501F2D Black Rose

📋 copy color: '#501F2D'

red 80 ◦ green 31 ◦ blue 45

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

Shades of Black Rose #501F2D

Tints of Black Rose #501F2D

RGB

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

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

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

R = 51.28%
G = 19.87%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#501F2D (or 0x501F2D) is known color: Black Rose. HEX triplet: 50, 1F and 2D. RGB value is (80,31,45). Sum of RGB (Red+Green+Blue) = 80+31+45=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F2D is #AFE0D2. Grayscale: #2F2F2F. Windows color (decimal): -11526355 or 2957136. OLE color: 2957136.

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

Color convert

RGB 80 31 45 -
CMYK 0 0.61 0.44 0.69
HSL 342.86º 0.44% 0.22% -
HSV(B) 342.86º 0.61% 0.31% -
XYZ 4.27 2.87 2.81 -
YUV 47.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 80 31 45 0 0.61 0.44 0.69 342.86 0.44 0.22
Hex 50 1F 2D 0 3D 2C 45 157 2C 16
Octal 120 37 55 0 75 54 105 527 54 26
Binary 1010000 11111 101101 0 111101 101100 1000101 101010111 101100 10110

Color Harmonies of #501F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F2D

Black with #501F2D

Text Example


Text Example

White with #501F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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