#502532

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

Shades of Black Rose #502532

Tints of Black Rose #502532

Color information

#502532 (or 0x502532) is unknown color: approx Black Rose. HEX triplet: 50, 25 and 32. RGB value is (80,37,50). Sum of RGB (Red+Green+Blue) = 80+37+50=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502532 is #AFDACD. Grayscale: #333333. Windows color (decimal): -11524814 or 3286352. OLE color: 3286352.

HSL color Cylindrical-coordinate representation of color #502532: hue angle of 341.86º 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 #502532 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB803750-
CMYK00.540.370.69
HSL341.86º36.75%22.94%-
HSV(B)341.86º53.75%31.37%-
XYZ4.553.263.41-
YUV51.34127.25148.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=47.90%
G=22.16%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80375000.540.370.69341.8636.7522.94
Hex50253203625451562517
Octal1204562066451055264527
Binary10100001001011100100110110100101100010110101011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502532; }

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

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

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

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

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

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

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

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