Html Css Color HEX #85365E Rose Bud Cherry

📋 copy color: '#85365E'

red 133 ◦ green 54 ◦ blue 94

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

Shades of Rose Bud Cherry #85365E

Tints of Rose Bud Cherry #85365E

RGB

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

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

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

R = 47.33%
G = 19.22%
B = 33.45%

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

#85365E (or 0x85365E) is known color: Rose Bud Cherry. HEX triplet: 85, 36 and 5E. RGB value is (133,54,94). Sum of RGB (Red+Green+Blue) = 133+54+94=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85365E is #7AC9A1. Grayscale: #525252. Windows color (decimal): -8047010 or 6174341. OLE color: 6174341.

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

Color convert

RGB 133 54 94 -
CMYK 0 0.59 0.29 0.48
HSL 329.62º 0.42% 0.37% -
HSV(B) 329.62º 0.59% 0.52% -
XYZ 13.01 8.43 11.53 -
YUV 82.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 133 54 94 0 0.59 0.29 0.48 329.62 0.42 0.37
Hex 85 36 5E 0 3B 1D 30 14A 2A 25
Octal 205 66 136 0 73 35 60 512 52 45
Binary 10000101 110110 1011110 0 111011 11101 110000 101001010 101010 100101

Color Harmonies of #85365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85365E

Black with #85365E

Text Example


Text Example

White with #85365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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