Html Css Color HEX #85325F Rose Bud Cherry

📋 copy color: '#85325F'

red 133 ◦ green 50 ◦ blue 95

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

Shades of Rose Bud Cherry #85325F

Tints of Rose Bud Cherry #85325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 47.84%
G = 17.99%
B = 34.17%

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

#85325F (or 0x85325F) is known color: Rose Bud Cherry. HEX triplet: 85, 32 and 5F. RGB value is (133,50,95). Sum of RGB (Red+Green+Blue) = 133+50+95=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85325F is #7ACDA0. Grayscale: #4F4F4F. Windows color (decimal): -8048033 or 6238853. OLE color: 6238853.

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

Color convert

RGB 133 50 95 -
CMYK 0 0.62 0.29 0.48
HSL 327.47º 0.45% 0.36% -
HSV(B) 327.47º 0.62% 0.52% -
XYZ 12.88 8.09 11.71 -
YUV 79.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 133 50 95 0 0.62 0.29 0.48 327.47 0.45 0.36
Hex 85 32 5F 0 3E 1D 30 147 2D 24
Octal 205 62 137 0 76 35 60 507 55 44
Binary 10000101 110010 1011111 0 111110 11101 110000 101000111 101101 100100

Color Harmonies of #85325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85325F

Black with #85325F

Text Example


Text Example

White with #85325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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