#823256

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

Shades of Rose Bud Cherry #823256

Tints of Rose Bud Cherry #823256

Color information

#823256 (or 0x823256) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 32 and 56. RGB value is (130,50,86). Sum of RGB (Red+Green+Blue) = 130+50+86=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #823256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823256 is #7DCDA9. Grayscale: #4D4D4D. Windows color (decimal): -8244650 or 5649026. OLE color: 5649026.

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

Color convert

RGB1305086-
CMYK00.620.340.49
HSL333º44.44%35.29%-
HSV(B)333º61.54%50.98%-
XYZ12.037.79.66-
YUV78.02132.5165.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=48.87%
G=18.80%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130508600.620.340.4933344.4435.29
Hex82325603E223114d2c23
Octal2026212607642615155443
Binary1000001011001010101100111110100010110001101001101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823256; }

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

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

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

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

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

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

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

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