Html Css Color HEX #85275E Rose Bud Cherry

📋 copy color: '#85275E'

red 133 ◦ green 39 ◦ blue 94

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

Shades of Rose Bud Cherry #85275E

Tints of Rose Bud Cherry #85275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

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

R = 50%
G = 14.66%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85275E (or 0x85275E) is known color: Rose Bud Cherry. HEX triplet: 85, 27 and 5E. RGB value is (133,39,94). Sum of RGB (Red+Green+Blue) = 133+39+94=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85275E is #7AD8A1. Grayscale: #494949. Windows color (decimal): -8050850 or 6170501. OLE color: 6170501.

HSL color Cylindrical-coordinate representation of color #85275E: hue angle of 324.89º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85275E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 94 -
CMYK 0 0.71 0.29 0.48
HSL 324.89º 0.55% 0.34% -
HSV(B) 324.89º 0.71% 0.52% -
XYZ 12.42 7.25 11.33 -
YUV 73.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 133 39 94 0 0.71 0.29 0.48 324.89 0.55 0.34
Hex 85 27 5E 0 47 1D 30 145 37 22
Octal 205 47 136 0 107 35 60 505 67 42
Binary 10000101 100111 1011110 0 1000111 11101 110000 101000101 110111 100010

Color Harmonies of #85275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85275E

Black with #85275E

Text Example


Text Example

White with #85275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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