#502635

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

Shades of Black Rose #502635

Tints of Black Rose #502635

Color information

#502635 (or 0x502635) is unknown color: approx Black Rose. HEX triplet: 50, 26 and 35. RGB value is (80,38,53). Sum of RGB (Red+Green+Blue) = 80+38+53=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #502635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502635 is #AFD9CA. Grayscale: #343434. Windows color (decimal): -11524555 or 3483216. OLE color: 3483216.

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

Color convert

RGB803853-
CMYK00.520.340.69
HSL338.57º35.59%23.14%-
HSV(B)338.57º52.5%31.37%-
XYZ4.643.353.77-
YUV52.27128.41147.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=46.78%
G=22.22%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80385300.520.340.69338.5735.5923.14
Hex50263503422451532417
Octal1204665064421055234427
Binary10100001001101101010110100100010100010110101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502635; }

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

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

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

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

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

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

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

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