#502934

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

Shades of Black Rose #502934

Tints of Black Rose #502934

Color information

#502934 (or 0x502934) is unknown color: approx Black Rose. HEX triplet: 50, 29 and 34. RGB value is (80,41,52). Sum of RGB (Red+Green+Blue) = 80+41+52=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #502934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502934 is #AFD6CB. Grayscale: #353535. Windows color (decimal): -11523788 or 3418448. OLE color: 3418448.

HSL color Cylindrical-coordinate representation of color #502934: hue angle of 343.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502934 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB804152-
CMYK00.490.350.69
HSL343.08º32.23%23.73%-
HSV(B)343.08º48.75%31.37%-
XYZ4.723.543.68-
YUV53.91126.92146.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=46.24%
G=23.70%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80415200.490.350.69343.0832.2323.73
Hex50293403123451572018
Octal1205164061431055274030
Binary10100001010011101000110001100011100010110101011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502934; }

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

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

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

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

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

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

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

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