#502838

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

Shades of Black Rose #502838

Tints of Black Rose #502838

Color information

#502838 (or 0x502838) is unknown color: approx Black Rose. HEX triplet: 50, 28 and 38. RGB value is (80,40,56). Sum of RGB (Red+Green+Blue) = 80+40+56=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #502838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502838 is #AFD7C7. Grayscale: #353535. Windows color (decimal): -11524040 or 3680336. OLE color: 3680336.

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

Color convert

RGB804056-
CMYK00.50.300.69
HSL336º33.33%23.53%-
HSV(B)336º50%31.37%-
XYZ4.783.514.17-
YUV53.78129.25146.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=45.45%
G=22.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80405600.50.300.6933633.3323.53
Hex5028380321E451502118
Octal1205070062361055204130
Binary1010000101000111000011001011110100010110101000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502838; }

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

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

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

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

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

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

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

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