#82315B

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

Shades of Rose Bud Cherry #82315B

Tints of Rose Bud Cherry #82315B

Color information

#82315B (or 0x82315B) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 31 and 5B. RGB value is (130,49,91). Sum of RGB (Red+Green+Blue) = 130+49+91=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82315B is #7DCEA4. Grayscale: #4D4D4D. Windows color (decimal): -8244901 or 5976450. OLE color: 5976450.

HSL color Cylindrical-coordinate representation of color #82315B: hue angle of 328.89º 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 #82315B is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1304991-
CMYK00.620.300.49
HSL328.89º45.25%35.1%-
HSV(B)328.89º62.31%50.98%-
XYZ12.197.710.74-
YUV78.01135.34165.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=48.15%
G=18.15%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130499100.620.300.49328.8945.2535.1
Hex82315B03E1E311492d23
Octal2026113307636615115543
Binary100000101100011011011011111011110110001101001001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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