#823164

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

Shades of Rose Bud Cherry #823164

Tints of Rose Bud Cherry #823164

Color information

#823164 (or 0x823164) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 31 and 64. RGB value is (130,49,100). Sum of RGB (Red+Green+Blue) = 130+49+100=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #823164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823164 is #7DCE9B. Grayscale: #4E4E4E. Windows color (decimal): -8244892 or 6566274. OLE color: 6566274.

HSL color Cylindrical-coordinate representation of color #823164: hue angle of 322.22º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823164 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB13049100-
CMYK00.620.230.49
HSL322.22º45.25%35.1%-
HSV(B)322.22º62.31%50.98%-
XYZ12.67.8612.91-
YUV79.03139.84164.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=46.59%
G=17.56%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304910000.620.230.49322.2245.2535.1
Hex82316403E17311422d23
Octal2026114407627615025543
Binary100000101100011100100011111010111110001101000010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823164; }

 p { color: rgb(130,49,100); }

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

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

 a { background-color: rgb(130,49,100); }

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

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

 span { border-color: rgb(130,49,100); }

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