Html Css Color HEX #85295A Rose Bud Cherry

📋 copy color: '#85295A'

red 133 ◦ green 41 ◦ blue 90

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

Shades of Rose Bud Cherry #85295A

Tints of Rose Bud Cherry #85295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 50.38%
G = 15.53%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85295A (or 0x85295A) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 5A. RGB value is (133,41,90). Sum of RGB (Red+Green+Blue) = 133+41+90=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85295A is #7AD6A5. Grayscale: #494949. Windows color (decimal): -8050342 or 5908869. OLE color: 5908869.

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

Color convert

RGB 133 41 90 -
CMYK 0 0.69 0.32 0.48
HSL 328.04º 0.53% 0.34% -
HSV(B) 328.04º 0.69% 0.52% -
XYZ 12.31 7.31 10.44 -
YUV 74.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 133 41 90 0 0.69 0.32 0.48 328.04 0.53 0.34
Hex 85 29 5A 0 45 20 30 148 35 22
Octal 205 51 132 0 105 40 60 510 65 42
Binary 10000101 101001 1011010 0 1000101 100000 110000 101001000 110101 100010

Color Harmonies of #85295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85295A

Black with #85295A

Text Example


Text Example

White with #85295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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