#85335B

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

Shades of Rose Bud Cherry #85335B

Tints of Rose Bud Cherry #85335B

Color information

#85335B (or 0x85335B) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 33 and 5B. RGB value is (133,51,91). Sum of RGB (Red+Green+Blue) = 133+51+91=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85335B is #7ACCA4. Grayscale: #505050. Windows color (decimal): -8047781 or 5976965. OLE color: 5976965.

HSL color Cylindrical-coordinate representation of color #85335B: hue angle of 330.73º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85335B is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1335191-
CMYK00.620.320.48
HSL330.73º44.57%36.08%-
HSV(B)330.73º61.65%52.16%-
XYZ12.758.1110.79-
YUV80.08134.17165.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=48.36%
G=18.55%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133519100.620.320.48330.7344.5736.08
Hex85335B03E203014b2d24
Octal2056313307640605135544
Binary1000010111001110110110111110100000110000101001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85335B; }

 p { color: rgb(133,51,91); }

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

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

 a { background-color: rgb(133,51,91); }

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

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

 span { border-color: rgb(133,51,91); }

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