#82315A

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

Shades of Rose Bud Cherry #82315A

Tints of Rose Bud Cherry #82315A

Color information

#82315A (or 0x82315A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 31 and 5A. RGB value is (130,49,90). Sum of RGB (Red+Green+Blue) = 130+49+90=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #82315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82315A is #7DCEA5. Grayscale: #4D4D4D. Windows color (decimal): -8244902 or 5910914. OLE color: 5910914.

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

Color convert

RGB1304990-
CMYK00.620.310.49
HSL329.63º45.25%35.1%-
HSV(B)329.63º62.31%50.98%-
XYZ12.157.6810.52-
YUV77.89134.84165.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=48.33%
G=18.22%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130499000.620.310.49329.6345.2535.1
Hex82315A03E1F3114a2d23
Octal2026113207637615125543
Binary100000101100011011010011111011111110001101001010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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