Html Css Color HEX #85325B Rose Bud Cherry

📋 copy color: '#85325B'

red 133 ◦ green 50 ◦ blue 91

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

Shades of Rose Bud Cherry #85325B

Tints of Rose Bud Cherry #85325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 48.54%
G = 18.25%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85325B (or 0x85325B) is known color: Rose Bud Cherry. HEX triplet: 85, 32 and 5B. RGB value is (133,50,91). Sum of RGB (Red+Green+Blue) = 133+50+91=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85325B is #7ACDA4. Grayscale: #4F4F4F. Windows color (decimal): -8048037 or 5976709. OLE color: 5976709.

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

Color convert

RGB 133 50 91 -
CMYK 0 0.62 0.32 0.48
HSL 330.36º 0.45% 0.36% -
HSV(B) 330.36º 0.62% 0.52% -
XYZ 12.7 8.02 10.78 -
YUV 79.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 133 50 91 0 0.62 0.32 0.48 330.36 0.45 0.36
Hex 85 32 5B 0 3E 20 30 14A 2D 24
Octal 205 62 133 0 76 40 60 512 55 44
Binary 10000101 110010 1011011 0 111110 100000 110000 101001010 101101 100100

Color Harmonies of #85325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85325B

Black with #85325B

Text Example


Text Example

White with #85325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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