#502432

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

Shades of Black Rose #502432

Tints of Black Rose #502432

Color information

#502432 (or 0x502432) is unknown color: approx Black Rose. HEX triplet: 50, 24 and 32. RGB value is (80,36,50). Sum of RGB (Red+Green+Blue) = 80+36+50=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #502432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502432 is #AFDBCD. Grayscale: #323232. Windows color (decimal): -11525070 or 3286096. OLE color: 3286096.

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

Color convert

RGB803650-
CMYK00.550.370.69
HSL340.91º37.93%22.75%-
HSV(B)340.91º55%31.37%-
XYZ4.513.23.4-
YUV50.75127.58148.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=48.19%
G=21.69%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80365000.550.370.69340.9137.9322.75
Hex50243203725451552617
Octal1204462067451055254627
Binary10100001001001100100110111100101100010110101010110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502432; }

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

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

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

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

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

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

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

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