#833355

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

Shades of Rose Bud Cherry #833355

Tints of Rose Bud Cherry #833355

Color information

#833355 (or 0x833355) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 33 and 55. RGB value is (131,51,85). Sum of RGB (Red+Green+Blue) = 131+51+85=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #833355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833355 is #7CCCAA. Grayscale: #4E4E4E. Windows color (decimal): -8178859 or 5583747. OLE color: 5583747.

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

Color convert

RGB1315185-
CMYK00.610.350.49
HSL334.5º43.96%35.69%-
HSV(B)334.5º61.07%51.37%-
XYZ12.187.859.47-
YUV78.8131.5165.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=49.06%
G=19.10%
B=31.84%

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
Decimal131518500.610.350.49334.543.9635.69
Hex83335503D233114e2c24
Octal2036312507543615165444
Binary1000001111001110101010111101100011110001101001110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833355; }

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

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

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

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

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

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

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

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