Html Css Color HEX #85315B Rose Bud Cherry

📋 copy color: '#85315B'

red 133 ◦ green 49 ◦ blue 91

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

Shades of Rose Bud Cherry #85315B

Tints of Rose Bud Cherry #85315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 48.72%
G = 17.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85315B (or 0x85315B) is known color: Rose Bud Cherry. HEX triplet: 85, 31 and 5B. RGB value is (133,49,91). Sum of RGB (Red+Green+Blue) = 133+49+91=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85315B is #7ACEA4. Grayscale: #4E4E4E. Windows color (decimal): -8048293 or 5976453. OLE color: 5976453.

HSL color Cylindrical-coordinate representation of color #85315B: hue angle of 330º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85315B is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 91 -
CMYK 0 0.63 0.32 0.48
HSL 330º 0.46% 0.36% -
HSV(B) 330º 0.63% 0.52% -
XYZ 12.66 7.94 10.76 -
YUV 78.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 133 49 91 0 0.63 0.32 0.48 330 0.46 0.36
Hex 85 31 5B 0 3F 20 30 14A 2E 24
Octal 205 61 133 0 77 40 60 512 56 44
Binary 10000101 110001 1011011 0 111111 100000 110000 101001010 101110 100100

Color Harmonies of #85315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85315B

Black with #85315B

Text Example


Text Example

White with #85315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85315B; }

 p { color: rgb(133,49,91); }

 H1.HeaderClassName
 {
   color: #85315B;
 }
 .AnyTagClassName
 {
   color: #85315B;
 }
</style>

background-color css

<style>
 a { background-color: #85315B; }

 a { background-color: rgb(133,49,91); }

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

border-color css

<style>
 span { border-color: #85315B; }

 span { border-color: rgb(133,49,91); }

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