#85235B

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

Shades of Rose Bud Cherry #85235B

Tints of Rose Bud Cherry #85235B

Color information

#85235B (or 0x85235B) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 23 and 5B. RGB value is (133,35,91). Sum of RGB (Red+Green+Blue) = 133+35+91=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85235B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85235B is #7ADCA4. Grayscale: #464646. Windows color (decimal): -8051877 or 5972869. OLE color: 5972869.

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

Color convert

RGB1333591-
CMYK00.740.320.48
HSL325.71º58.33%32.94%-
HSV(B)325.71º73.68%52.16%-
XYZ12.166.9410.6-
YUV70.69139.47172.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=51.35%
G=13.51%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133359100.740.320.48325.7158.3332.94
Hex85235B04A20301463a21
Octal20543133011240605067241
Binary10000101100011101101101001010100000110000101000110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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