Html Css Color HEX #85255D Rose Bud Cherry

📋 copy color: '#85255D'

red 133 ◦ green 37 ◦ blue 93

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

Shades of Rose Bud Cherry #85255D

Tints of Rose Bud Cherry #85255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 50.57%
G = 14.07%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85255D (or 0x85255D) is known color: Rose Bud Cherry. HEX triplet: 85, 25 and 5D. RGB value is (133,37,93). Sum of RGB (Red+Green+Blue) = 133+37+93=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85255D is #7ADAA2. Grayscale: #474747. Windows color (decimal): -8051363 or 6104453. OLE color: 6104453.

HSL color Cylindrical-coordinate representation of color #85255D: hue angle of 325º 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 #85255D is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 93 -
CMYK 0 0.72 0.30 0.48
HSL 325º 0.56% 0.33% -
HSV(B) 325º 0.72% 0.52% -
XYZ 12.31 7.1 11.08 -
YUV 72.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 133 37 93 0 0.72 0.30 0.48 325 0.56 0.33
Hex 85 25 5D 0 48 1E 30 145 38 21
Octal 205 45 135 0 110 36 60 505 70 41
Binary 10000101 100101 1011101 0 1001000 11110 110000 101000101 111000 100001

Color Harmonies of #85255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85255D

Black with #85255D

Text Example


Text Example

White with #85255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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