#823254

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

Shades of Rose Bud Cherry #823254

Tints of Rose Bud Cherry #823254

Color information

#823254 (or 0x823254) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 32 and 54. RGB value is (130,50,84). Sum of RGB (Red+Green+Blue) = 130+50+84=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #823254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823254 is #7DCDAB. Grayscale: #4D4D4D. Windows color (decimal): -8244652 or 5517954. OLE color: 5517954.

HSL color Cylindrical-coordinate representation of color #823254: hue angle of 334.5º degrees, saturation: 0.44, 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 #823254 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1305084-
CMYK00.620.350.49
HSL334.5º44.44%35.29%-
HSV(B)334.5º61.54%50.98%-
XYZ11.957.679.24-
YUV77.8131.5165.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=49.24%
G=18.94%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130508400.620.350.49334.544.4435.29
Hex82325403E233114e2c23
Octal2026212407643615165443
Binary1000001011001010101000111110100011110001101001110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823254; }

 p { color: rgb(130,50,84); }

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

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

 a { background-color: rgb(130,50,84); }

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

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

 span { border-color: rgb(130,50,84); }

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