Html Css Color HEX #85365F Rose Bud Cherry

📋 copy color: '#85365F'

red 133 ◦ green 54 ◦ blue 95

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

Shades of Rose Bud Cherry #85365F

Tints of Rose Bud Cherry #85365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

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

R = 47.16%
G = 19.15%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85365F (or 0x85365F) is known color: Rose Bud Cherry. HEX triplet: 85, 36 and 5F. RGB value is (133,54,95). Sum of RGB (Red+Green+Blue) = 133+54+95=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85365F is #7AC9A0. Grayscale: #525252. Windows color (decimal): -8047009 or 6239877. OLE color: 6239877.

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

Color convert

RGB 133 54 95 -
CMYK 0 0.59 0.29 0.48
HSL 328.86º 0.42% 0.37% -
HSV(B) 328.86º 0.59% 0.52% -
XYZ 13.06 8.45 11.77 -
YUV 82.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 133 54 95 0 0.59 0.29 0.48 328.86 0.42 0.37
Hex 85 36 5F 0 3B 1D 30 149 2A 25
Octal 205 66 137 0 73 35 60 511 52 45
Binary 10000101 110110 1011111 0 111011 11101 110000 101001001 101010 100101

Color Harmonies of #85365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85365F

Black with #85365F

Text Example


Text Example

White with #85365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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