Html Css Color HEX #85395F Rose Bud Cherry

📋 copy color: '#85395F'

red 133 ◦ green 57 ◦ blue 95

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

Shades of Rose Bud Cherry #85395F

Tints of Rose Bud Cherry #85395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 46.67%
G = 20%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85395F (or 0x85395F) is known color: Rose Bud Cherry. HEX triplet: 85, 39 and 5F. RGB value is (133,57,95). Sum of RGB (Red+Green+Blue) = 133+57+95=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #85395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85395F is #7AC6A0. Grayscale: #535353. Windows color (decimal): -8046241 or 6240645. OLE color: 6240645.

HSL color Cylindrical-coordinate representation of color #85395F: hue angle of 330º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85395F is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 95 -
CMYK 0 0.57 0.29 0.48
HSL 330º 0.4% 0.37% -
HSV(B) 330º 0.57% 0.52% -
XYZ 13.2 8.74 11.82 -
YUV 84.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 133 57 95 0 0.57 0.29 0.48 330 0.4 0.37
Hex 85 39 5F 0 39 1D 30 14A 28 25
Octal 205 71 137 0 71 35 60 512 50 45
Binary 10000101 111001 1011111 0 111001 11101 110000 101001010 101000 100101

Color Harmonies of #85395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85395F

Black with #85395F

Text Example


Text Example

White with #85395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85395F; }

 p { color: rgb(133,57,95); }

 H1.HeaderClassName
 {
   color: #85395F;
 }
 .AnyTagClassName
 {
   color: #85395F;
 }
</style>

background-color css

<style>
 a { background-color: #85395F; }

 a { background-color: rgb(133,57,95); }

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

border-color css

<style>
 span { border-color: #85395F; }

 span { border-color: rgb(133,57,95); }

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