Html Css Color HEX #85315D Rose Bud Cherry

📋 copy color: '#85315D'

red 133 ◦ green 49 ◦ blue 93

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

Shades of Rose Bud Cherry #85315D

Tints of Rose Bud Cherry #85315D

RGB

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

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

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

R = 48.36%
G = 17.82%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85315D (or 0x85315D) is known color: Rose Bud Cherry. HEX triplet: 85, 31 and 5D. RGB value is (133,49,93). Sum of RGB (Red+Green+Blue) = 133+49+93=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85315D is #7ACEA2. Grayscale: #4F4F4F. Windows color (decimal): -8048291 or 6107525. OLE color: 6107525.

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

Color convert

RGB 133 49 93 -
CMYK 0 0.63 0.30 0.48
HSL 328.57º 0.46% 0.36% -
HSV(B) 328.57º 0.63% 0.52% -
XYZ 12.75 7.97 11.22 -
YUV 79.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 133 49 93 0 0.63 0.30 0.48 328.57 0.46 0.36
Hex 85 31 5D 0 3F 1E 30 149 2E 24
Octal 205 61 135 0 77 36 60 511 56 44
Binary 10000101 110001 1011101 0 111111 11110 110000 101001001 101110 100100

Color Harmonies of #85315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85315D

Black with #85315D

Text Example


Text Example

White with #85315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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