Html Css Color HEX #502537 Black Rose

📋 copy color: '#502537'

red 80 ◦ green 37 ◦ blue 55

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

Shades of Black Rose #502537

Tints of Black Rose #502537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 46.51%
G = 21.51%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#502537 (or 0x502537) is known color: Black Rose. HEX triplet: 50, 25 and 37. RGB value is (80,37,55). Sum of RGB (Red+Green+Blue) = 80+37+55=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #502537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502537 is #AFDAC8. Grayscale: #333333. Windows color (decimal): -11524809 or 3614032. OLE color: 3614032.

HSL color Cylindrical-coordinate representation of color #502537: hue angle of 334.88º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502537 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 55 -
CMYK 0 0.54 0.31 0.69
HSL 334.88º 0.37% 0.23% -
HSV(B) 334.88º 0.54% 0.31% -
XYZ 4.66 3.3 4.01 -
YUV 51.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 80 37 55 0 0.54 0.31 0.69 334.88 0.37 0.23
Hex 50 25 37 0 36 1F 45 14F 25 17
Octal 120 45 67 0 66 37 105 517 45 27
Binary 1010000 100101 110111 0 110110 11111 1000101 101001111 100101 10111

Color Harmonies of #502537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502537

Black with #502537

Text Example


Text Example

White with #502537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502537; }

 p { color: rgb(80,37,55); }

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

background-color css

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

 a { background-color: rgb(80,37,55); }

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

border-color css

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

 span { border-color: rgb(80,37,55); }

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