#82255E

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

Shades of Rose Bud Cherry #82255E

Tints of Rose Bud Cherry #82255E

Color information

#82255E (or 0x82255E) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 25 and 5E. RGB value is (130,37,94). Sum of RGB (Red+Green+Blue) = 130+37+94=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82255E is #7DDAA1. Grayscale: #474747. Windows color (decimal): -8247970 or 6169986. OLE color: 6169986.

HSL color Cylindrical-coordinate representation of color #82255E: hue angle of 323.23º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82255E is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1303794-
CMYK00.720.280.49
HSL323.23º55.69%32.75%-
HSV(B)323.23º71.54%50.98%-
XYZ11.896.8811.29-
YUV71.31140.81169.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=49.81%
G=14.18%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130379400.720.280.49323.2355.6932.75
Hex82255E0481C311433821
Octal20245136011034615037041
Binary1000001010010110111100100100011100110001101000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82255E; }

 p { color: rgb(130,37,94); }

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

<style>
 a { background-color: #82255E; }

 a { background-color: rgb(130,37,94); }

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

<style>
 span { border-color: #82255E; }

 span { border-color: rgb(130,37,94); }

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