#502A36

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

Shades of Black Rose #502A36

Tints of Black Rose #502A36

Color information

#502A36 (or 0x502A36) is unknown color: approx Black Rose. HEX triplet: 50, 2A and 36. RGB value is (80,42,54). Sum of RGB (Red+Green+Blue) = 80+42+54=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #502A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A36 is #AFD5C9. Grayscale: #363636. Windows color (decimal): -11523530 or 3549776. OLE color: 3549776.

HSL color Cylindrical-coordinate representation of color #502A36: hue angle of 341.05º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #502A36 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB804254-
CMYK00.480.330.69
HSL341.05º31.15%23.92%-
HSV(B)341.05º47.5%31.37%-
XYZ4.83.633.94-
YUV54.73127.59146.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=45.45%
G=23.86%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80425400.480.330.69341.0531.1523.92
Hex502A3603021451551f18
Octal1205266060411055253730
Binary1010000101010110110011000010000110001011010101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A36; }

 p { color: rgb(80,42,54); }

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

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

 a { background-color: rgb(80,42,54); }

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

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

 span { border-color: rgb(80,42,54); }

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