#502734

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

Shades of Black Rose #502734

Tints of Black Rose #502734

Color information

#502734 (or 0x502734) is unknown color: approx Black Rose. HEX triplet: 50, 27 and 34. RGB value is (80,39,52). Sum of RGB (Red+Green+Blue) = 80+39+52=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #502734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502734 is #AFD8CB. Grayscale: #343434. Windows color (decimal): -11524300 or 3417936. OLE color: 3417936.

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

Color convert

RGB803952-
CMYK00.510.350.69
HSL340.98º34.45%23.33%-
HSV(B)340.98º51.25%31.37%-
XYZ4.653.43.66-
YUV52.74127.58147.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=46.78%
G=22.81%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80395200.510.350.69340.9834.4523.33
Hex50273403323451552217
Octal1204764063431055254227
Binary10100001001111101000110011100011100010110101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502734; }

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

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

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

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

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

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

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

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