Html Css Color HEX #85295E Rose Bud Cherry

📋 copy color: '#85295E'

red 133 ◦ green 41 ◦ blue 94

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

Shades of Rose Bud Cherry #85295E

Tints of Rose Bud Cherry #85295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 49.63%
G = 15.3%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85295E (or 0x85295E) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 5E. RGB value is (133,41,94). Sum of RGB (Red+Green+Blue) = 133+41+94=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85295E is #7AD6A1. Grayscale: #4A4A4A. Windows color (decimal): -8050338 or 6171013. OLE color: 6171013.

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

Color convert

RGB 133 41 94 -
CMYK 0 0.69 0.29 0.48
HSL 325.43º 0.53% 0.34% -
HSV(B) 325.43º 0.69% 0.52% -
XYZ 12.49 7.38 11.36 -
YUV 74.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 133 41 94 0 0.69 0.29 0.48 325.43 0.53 0.34
Hex 85 29 5E 0 45 1D 30 145 35 22
Octal 205 51 136 0 105 35 60 505 65 42
Binary 10000101 101001 1011110 0 1000101 11101 110000 101000101 110101 100010

Color Harmonies of #85295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85295E

Black with #85295E

Text Example


Text Example

White with #85295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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