#502637

Color #502637 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #502637

Tints of Black Rose #502637

Color information

#502637 (or 0x502637) is unknown color: approx Black Rose. HEX triplet: 50, 26 and 37. RGB value is (80,38,55). Sum of RGB (Red+Green+Blue) = 80+38+55=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #502637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502637 is #AFD9C8. Grayscale: #343434. Windows color (decimal): -11524553 or 3614288. OLE color: 3614288.

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

Color convert

RGB803855-
CMYK00.520.310.69
HSL335.71º35.59%23.14%-
HSV(B)335.71º52.5%31.37%-
XYZ4.693.374.02-
YUV52.5129.41147.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=46.24%
G=21.97%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80385500.520.310.69335.7135.5923.14
Hex5026370341F451502417
Octal1204667064371055204427
Binary1010000100110110111011010011111100010110101000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502637; }

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

 H1.HeaderClassName
 {
   color: #502637;
 }
 .AnyTagClassName
 {
   color: #502637;
 }
</style>
background-color css

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

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

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

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

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

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