#502738

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

Shades of Black Rose #502738

Tints of Black Rose #502738

Color information

#502738 (or 0x502738) is unknown color: approx Black Rose. HEX triplet: 50, 27 and 38. RGB value is (80,39,56). Sum of RGB (Red+Green+Blue) = 80+39+56=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #502738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502738 is #AFD8C7. Grayscale: #353535. Windows color (decimal): -11524296 or 3680080. OLE color: 3680080.

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

Color convert

RGB803956-
CMYK00.510.300.69
HSL335.12º34.45%23.33%-
HSV(B)335.12º51.25%31.37%-
XYZ4.753.444.16-
YUV53.2129.58147.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 56 (22.27% from 255) = 32%
R=45.71%
G=22.29%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80395600.510.300.69335.1234.4523.33
Hex5027380331E4514f2217
Octal1204770063361055174227
Binary1010000100111111000011001111110100010110100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502738; }

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

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

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

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

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

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

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

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