#502335

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

Shades of Black Rose #502335

Tints of Black Rose #502335

Color information

#502335 (or 0x502335) is unknown color: approx Black Rose. HEX triplet: 50, 23 and 35. RGB value is (80,35,53). Sum of RGB (Red+Green+Blue) = 80+35+53=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #502335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502335 is #AFDCCA. Grayscale: #323232. Windows color (decimal): -11525323 or 3482448. OLE color: 3482448.

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

Color convert

RGB803553-
CMYK00.560.340.69
HSL336º39.13%22.55%-
HSV(B)336º56.25%31.37%-
XYZ4.553.163.74-
YUV50.51129.41149.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=47.62%
G=20.83%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80355300.560.340.6933639.1322.55
Hex50233503822451502717
Octal1204365070421055204727
Binary10100001000111101010111000100010100010110101000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502335; }

 p { color: rgb(80,35,53); }

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

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

 a { background-color: rgb(80,35,53); }

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

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

 span { border-color: rgb(80,35,53); }

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