Html Css Color HEX #85305B Rose Bud Cherry

📋 copy color: '#85305B'

red 133 ◦ green 48 ◦ blue 91

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

Shades of Rose Bud Cherry #85305B

Tints of Rose Bud Cherry #85305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.65%

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

R = 48.9%
G = 17.65%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85305B (or 0x85305B) is known color: Rose Bud Cherry. HEX triplet: 85, 30 and 5B. RGB value is (133,48,91). Sum of RGB (Red+Green+Blue) = 133+48+91=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85305B is #7ACFA4. Grayscale: #4E4E4E. Windows color (decimal): -8048549 or 5976197. OLE color: 5976197.

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

Color convert

RGB 133 48 91 -
CMYK 0 0.64 0.32 0.48
HSL 329.65º 0.47% 0.35% -
HSV(B) 329.65º 0.64% 0.52% -
XYZ 12.62 7.86 10.75 -
YUV 78.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 133 48 91 0 0.64 0.32 0.48 329.65 0.47 0.35
Hex 85 30 5B 0 40 20 30 14A 2F 23
Octal 205 60 133 0 100 40 60 512 57 43
Binary 10000101 110000 1011011 0 1000000 100000 110000 101001010 101111 100011

Color Harmonies of #85305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85305B

Black with #85305B

Text Example


Text Example

White with #85305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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