#85355D

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

Shades of Rose Bud Cherry #85355D

Tints of Rose Bud Cherry #85355D

Color information

#85355D (or 0x85355D) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 35 and 5D. RGB value is (133,53,93). Sum of RGB (Red+Green+Blue) = 133+53+93=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85355D is #7ACAA2. Grayscale: #515151. Windows color (decimal): -8047267 or 6108549. OLE color: 6108549.

HSL color Cylindrical-coordinate representation of color #85355D: hue angle of 330º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85355D is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1335393-
CMYK00.600.300.48
HSL330º43.01%36.47%-
HSV(B)330º60.15%52.16%-
XYZ12.928.3211.28-
YUV81.48134.5164.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=47.67%
G=19.00%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133539300.600.300.4833043.0136.47
Hex85355D03C1E3014a2b24
Octal2056513507436605125344
Binary100001011101011011101011110011110110000101001010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85355D; }

 p { color: rgb(133,53,93); }

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

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

 a { background-color: rgb(133,53,93); }

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

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

 span { border-color: rgb(133,53,93); }

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