Html Css Color HEX #502737 Black Rose

📋 copy color: '#502737'

red 80 ◦ green 39 ◦ blue 55

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

Shades of Black Rose #502737

Tints of Black Rose #502737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 45.98%
G = 22.41%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#502737 (or 0x502737) is known color: Black Rose. HEX triplet: 50, 27 and 37. RGB value is (80,39,55). Sum of RGB (Red+Green+Blue) = 80+39+55=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #502737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502737 is #AFD8C8. Grayscale: #353535. Windows color (decimal): -11524297 or 3614544. OLE color: 3614544.

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

Color convert

RGB 80 39 55 -
CMYK 0 0.51 0.31 0.69
HSL 336.59º 0.34% 0.23% -
HSV(B) 336.59º 0.51% 0.31% -
XYZ 4.72 3.43 4.03 -
YUV 53.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 80 39 55 0 0.51 0.31 0.69 336.59 0.34 0.23
Hex 50 27 37 0 33 1F 45 151 22 17
Octal 120 47 67 0 63 37 105 521 42 27
Binary 1010000 100111 110111 0 110011 11111 1000101 101010001 100010 10111

Color Harmonies of #502737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502737

Black with #502737

Text Example


Text Example

White with #502737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502737; }

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

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

background-color css

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

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

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

border-color css

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

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

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