#82195A

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

Shades of Rose Bud Cherry #82195A

Tints of Rose Bud Cherry #82195A

Color information

#82195A (or 0x82195A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 19 and 5A. RGB value is (130,25,90). Sum of RGB (Red+Green+Blue) = 130+25+90=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82195A is #7DE6A5. Grayscale: #3F3F3F. Windows color (decimal): -8251046 or 5904770. OLE color: 5904770.

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

Color convert

RGB1302590-
CMYK00.810.310.49
HSL322.86º67.74%30.39%-
HSV(B)322.86º80.77%50.98%-
XYZ11.46.1810.26-
YUV63.8142.79175.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=53.06%
G=10.20%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130259000.810.310.49322.8667.7430.39
Hex82195A0511F31143441e
Octal202311320121376150310436
Binary100000101100110110100101000111111110001101000011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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