Html Css Color HEX #85325E Rose Bud Cherry

📋 copy color: '#85325E'

red 133 ◦ green 50 ◦ blue 94

#85325E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #85325E

Tints of Rose Bud Cherry #85325E

RGB

 RED value IS 133 (52.34% from 255) = 48.01%

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 48.01%
G = 18.05%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85325E (or 0x85325E) is known color: Rose Bud Cherry. HEX triplet: 85, 32 and 5E. RGB value is (133,50,94). Sum of RGB (Red+Green+Blue) = 133+50+94=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85325E is #7ACDA1. Grayscale: #4F4F4F. Windows color (decimal): -8048034 or 6173317. OLE color: 6173317.

HSL color Cylindrical-coordinate representation of color #85325E: hue angle of 328.19º 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 #85325E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 94 -
CMYK 0 0.62 0.29 0.48
HSL 328.19º 0.45% 0.36% -
HSV(B) 328.19º 0.62% 0.52% -
XYZ 12.83 8.08 11.47 -
YUV 79.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 133 50 94 0 0.62 0.29 0.48 328.19 0.45 0.36
Hex 85 32 5E 0 3E 1D 30 148 2D 24
Octal 205 62 136 0 76 35 60 510 55 44
Binary 10000101 110010 1011110 0 111110 11101 110000 101001000 101101 100100

Color Harmonies of #85325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85325E

Black with #85325E

Text Example


Text Example

White with #85325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85325E; }

 p { color: rgb(133,50,94); }

 H1.HeaderClassName
 {
   color: #85325E;
 }
 .AnyTagClassName
 {
   color: #85325E;
 }
</style>

background-color css

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

 a { background-color: rgb(133,50,94); }

 div.DivClassName
 {
   background-color: #85325E;
 }
 .BgClassName
 {
   background-color: #85325E;
 }
</style>

border-color css

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

 span { border-color: rgb(133,50,94); }

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