#821758

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

Shades of Rose Bud Cherry #821758

Tints of Rose Bud Cherry #821758

Color information

#821758 (or 0x821758) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 17 and 58. RGB value is (130,23,88). Sum of RGB (Red+Green+Blue) = 130+23+88=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #821758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821758 is #7DE8A7. Grayscale: #3E3E3E. Windows color (decimal): -8251560 or 5773186. OLE color: 5773186.

HSL color Cylindrical-coordinate representation of color #821758: hue angle of 323.55º 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 #821758 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1302388-
CMYK00.820.320.49
HSL323.55º69.93%30%-
HSV(B)323.55º82.31%50.98%-
XYZ11.276.069.81-
YUV62.4142.45176.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=53.94%
G=9.54%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130238800.820.320.49323.5569.9330
Hex8217580522031144461e
Octal202271300122406150410636
Binary1000001010111101100001010010100000110001101000100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821758; }

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

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

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

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

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

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

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

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