#502132

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

Shades of Black Rose #502132

Tints of Black Rose #502132

Color information

#502132 (or 0x502132) is unknown color: approx Black Rose. HEX triplet: 50, 21 and 32. RGB value is (80,33,50). Sum of RGB (Red+Green+Blue) = 80+33+50=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #502132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502132 is #AFDECD. Grayscale: #303030. Windows color (decimal): -11525838 or 3285328. OLE color: 3285328.

HSL color Cylindrical-coordinate representation of color #502132: hue angle of 338.3º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502132 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB803350-
CMYK00.590.370.69
HSL338.3º41.59%22.16%-
HSV(B)338.3º58.75%31.37%-
XYZ4.433.023.37-
YUV48.99128.57150.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=49.08%
G=20.25%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80335000.590.370.69338.341.5922.16
Hex50213203B25451522a16
Octal1204162073451055225226
Binary10100001000011100100111011100101100010110101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502132; }

 p { color: rgb(80,33,50); }

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

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

 a { background-color: rgb(80,33,50); }

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

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

 span { border-color: rgb(80,33,50); }

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