#82365B

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

Shades of Rose Bud Cherry #82365B

Tints of Rose Bud Cherry #82365B

Color information

#82365B (or 0x82365B) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 36 and 5B. RGB value is (130,54,91). Sum of RGB (Red+Green+Blue) = 130+54+91=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82365B is #7DC9A4. Grayscale: #505050. Windows color (decimal): -8243621 or 5977730. OLE color: 5977730.

HSL color Cylindrical-coordinate representation of color #82365B: hue angle of 330.79º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82365B is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1305491-
CMYK00.580.300.49
HSL330.79º41.3%36.08%-
HSV(B)330.79º58.46%50.98%-
XYZ12.418.1410.81-
YUV80.94133.68162.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=47.27%
G=19.64%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130549100.580.300.49330.7941.336.08
Hex82365B03A1E3114b2924
Octal2026613307236615135144
Binary100000101101101011011011101011110110001101001011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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