Html Css Color HEX #85255A Rose Bud Cherry

📋 copy color: '#85255A'

red 133 ◦ green 37 ◦ blue 90

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

Shades of Rose Bud Cherry #85255A

Tints of Rose Bud Cherry #85255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 51.15%
G = 14.23%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85255A (or 0x85255A) is known color: Rose Bud Cherry. HEX triplet: 85, 25 and 5A. RGB value is (133,37,90). Sum of RGB (Red+Green+Blue) = 133+37+90=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85255A is #7ADAA5. Grayscale: #474747. Windows color (decimal): -8051366 or 5907845. OLE color: 5907845.

HSL color Cylindrical-coordinate representation of color #85255A: hue angle of 326.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85255A is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 90 -
CMYK 0 0.72 0.32 0.48
HSL 326.88º 0.56% 0.33% -
HSV(B) 326.88º 0.72% 0.52% -
XYZ 12.18 7.05 10.39 -
YUV 71.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 133 37 90 0 0.72 0.32 0.48 326.88 0.56 0.33
Hex 85 25 5A 0 48 20 30 147 38 21
Octal 205 45 132 0 110 40 60 507 70 41
Binary 10000101 100101 1011010 0 1001000 100000 110000 101000111 111000 100001

Color Harmonies of #85255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85255A

Black with #85255A

Text Example


Text Example

White with #85255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85255A; }

 p { color: rgb(133,37,90); }

 H1.HeaderClassName
 {
   color: #85255A;
 }
 .AnyTagClassName
 {
   color: #85255A;
 }
</style>

background-color css

<style>
 a { background-color: #85255A; }

 a { background-color: rgb(133,37,90); }

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

border-color css

<style>
 span { border-color: #85255A; }

 span { border-color: rgb(133,37,90); }

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