#82175B

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

Shades of Rose Bud Cherry #82175B

Tints of Rose Bud Cherry #82175B

Color information

#82175B (or 0x82175B) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 17 and 5B. RGB value is (130,23,91). Sum of RGB (Red+Green+Blue) = 130+23+91=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82175B is #7DE8A4. Grayscale: #3E3E3E. Windows color (decimal): -8251557 or 5969794. OLE color: 5969794.

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

Color convert

RGB1302391-
CMYK00.820.300.49
HSL321.87º69.93%30%-
HSV(B)321.87º82.31%50.98%-
XYZ11.46.1110.48-
YUV62.74143.95175.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 23 (9.38% from 255) = 9.43%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=53.28%
G=9.43%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130239100.820.300.49321.8769.9330
Hex82175B0521E31142461e
Octal202271330122366150210636
Binary100000101011110110110101001011110110001101000010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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