#82315C

Color #82315C Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #82315C

Tints of Rose Bud Cherry #82315C

Color information

#82315C (or 0x82315C) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 31 and 5C. RGB value is (130,49,92). Sum of RGB (Red+Green+Blue) = 130+49+92=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82315C is #7DCEA3. Grayscale: #4E4E4E. Windows color (decimal): -8244900 or 6041986. OLE color: 6041986.

HSL color Cylindrical-coordinate representation of color #82315C: hue angle of 328.15º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82315C is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1304992-
CMYK00.620.290.49
HSL328.15º45.25%35.1%-
HSV(B)328.15º62.31%50.98%-
XYZ12.247.7210.97-
YUV78.12135.84165-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=47.97%
G=18.08%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130499200.620.290.49328.1545.2535.1
Hex82315C03E1D311482d23
Octal2026113407635615105543
Binary100000101100011011100011111011101110001101001000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82315C; }

 p { color: rgb(130,49,92); }

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

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

 a { background-color: rgb(130,49,92); }

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

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

 span { border-color: rgb(130,49,92); }

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