#502933

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

Shades of Black Rose #502933

Tints of Black Rose #502933

Color information

#502933 (or 0x502933) is unknown color: approx Black Rose. HEX triplet: 50, 29 and 33. RGB value is (80,41,51). Sum of RGB (Red+Green+Blue) = 80+41+51=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #502933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502933 is #AFD6CC. Grayscale: #353535. Windows color (decimal): -11523789 or 3352912. OLE color: 3352912.

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

Color convert

RGB804151-
CMYK00.490.360.69
HSL344.62º32.23%23.73%-
HSV(B)344.62º48.75%31.37%-
XYZ4.73.533.57-
YUV53.8126.42146.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=46.51%
G=23.84%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80415100.490.360.69344.6232.2323.73
Hex50293303124451592018
Octal1205163061441055314030
Binary10100001010011100110110001100100100010110101100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502933; }

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

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

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

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

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

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

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

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