#821753

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

Shades of Rose Bud Cherry #821753

Tints of Rose Bud Cherry #821753

Color information

#821753 (or 0x821753) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 17 and 53. RGB value is (130,23,83). Sum of RGB (Red+Green+Blue) = 130+23+83=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #821753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821753 is #7DE8AC. Grayscale: #3D3D3D. Windows color (decimal): -8251565 or 5445506. OLE color: 5445506.

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

Color convert

RGB1302383-
CMYK00.820.360.49
HSL326.36º69.93%30%-
HSV(B)326.36º82.31%50.98%-
XYZ11.075.988.75-
YUV61.83139.95176.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 23 (9.38% from 255) = 9.75%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=55.08%
G=9.75%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130238300.820.360.49326.3669.9330
Hex8217530522431146461e
Octal202271230122446150610636
Binary1000001010111101001101010010100100110001101000110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821753; }

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

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

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

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

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

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

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

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