#823355

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

Shades of Rose Bud Cherry #823355

Tints of Rose Bud Cherry #823355

Color information

#823355 (or 0x823355) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 33 and 55. RGB value is (130,51,85). Sum of RGB (Red+Green+Blue) = 130+51+85=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #823355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823355 is #7DCCAA. Grayscale: #4E4E4E. Windows color (decimal): -8244395 or 5583746. OLE color: 5583746.

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

Color convert

RGB1305185-
CMYK00.610.350.49
HSL334.18º43.65%35.49%-
HSV(B)334.18º60.77%50.98%-
XYZ12.037.779.46-
YUV78.5131.67164.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=48.87%
G=19.17%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130518500.610.350.49334.1843.6535.49
Hex82335503D233114e2c23
Octal2026312507543615165443
Binary1000001011001110101010111101100011110001101001110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823355; }

 p { color: rgb(130,51,85); }

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

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

 a { background-color: rgb(130,51,85); }

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

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

 span { border-color: rgb(130,51,85); }

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