#502634

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

Shades of Black Rose #502634

Tints of Black Rose #502634

Color information

#502634 (or 0x502634) is unknown color: approx Black Rose. HEX triplet: 50, 26 and 34. RGB value is (80,38,52). Sum of RGB (Red+Green+Blue) = 80+38+52=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #502634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502634 is #AFD9CB. Grayscale: #343434. Windows color (decimal): -11524556 or 3417680. OLE color: 3417680.

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

Color convert

RGB803852-
CMYK00.520.350.69
HSL340º35.59%23.14%-
HSV(B)340º52.5%31.37%-
XYZ4.623.343.65-
YUV52.15127.91147.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=47.06%
G=22.35%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80385200.520.350.6934035.5923.14
Hex50263403423451542417
Octal1204664064431055244427
Binary10100001001101101000110100100011100010110101010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502634; }

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

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

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

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

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

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

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

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