#821C5C

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

Shades of Rose Bud Cherry #821C5C

Tints of Rose Bud Cherry #821C5C

Color information

#821C5C (or 0x821C5C) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 1C and 5C. RGB value is (130,28,92). Sum of RGB (Red+Green+Blue) = 130+28+92=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #821C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821C5C is #7DE3A3. Grayscale: #414141. Windows color (decimal): -8250276 or 6036610. OLE color: 6036610.

HSL color Cylindrical-coordinate representation of color #821C5C: hue angle of 322.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821C5C is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1302892-
CMYK00.780.290.49
HSL322.35º64.56%30.98%-
HSV(B)322.35º78.46%50.98%-
XYZ11.556.3510.74-
YUV65.79142.79173.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 28 (11.33% from 255) = 11.2%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=52%
G=11.2%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130289200.780.290.49322.3564.5630.98
Hex821C5C04E1D31142411f
Octal202341340116356150210137
Binary100000101110010111000100111011101110001101000010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821C5C; }

 p { color: rgb(130,28,92); }

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

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

 a { background-color: rgb(130,28,92); }

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

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

 span { border-color: rgb(130,28,92); }

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