#82305A

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

Shades of Rose Bud Cherry #82305A

Tints of Rose Bud Cherry #82305A

Color information

#82305A (or 0x82305A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 30 and 5A. RGB value is (130,48,90). Sum of RGB (Red+Green+Blue) = 130+48+90=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #82305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82305A is #7DCFA5. Grayscale: #4D4D4D. Windows color (decimal): -8245158 or 5910658. OLE color: 5910658.

HSL color Cylindrical-coordinate representation of color #82305A: hue angle of 329.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82305A is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1304890-
CMYK00.630.310.49
HSL329.27º46.07%34.9%-
HSV(B)329.27º63.08%50.98%-
XYZ12.117.610.5-
YUV77.31135.17165.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=48.51%
G=17.91%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130489000.630.310.49329.2746.0734.9
Hex82305A03F1F311492e23
Octal2026013207737615115643
Binary100000101100001011010011111111111110001101001001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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