Html Css Color HEX #853156 Rose Bud Cherry

📋 copy color: '#853156'

red 133 ◦ green 49 ◦ blue 86

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

Shades of Rose Bud Cherry #853156

Tints of Rose Bud Cherry #853156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 49.63%
G = 18.28%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#853156 (or 0x853156) is known color: Rose Bud Cherry. HEX triplet: 85, 31 and 56. RGB value is (133,49,86). Sum of RGB (Red+Green+Blue) = 133+49+86=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #853156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853156 is #7ACEA9. Grayscale: #4E4E4E. Windows color (decimal): -8048298 or 5648773. OLE color: 5648773.

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

Color convert

RGB 133 49 86 -
CMYK 0 0.63 0.35 0.48
HSL 333.57º 0.46% 0.36% -
HSV(B) 333.57º 0.63% 0.52% -
XYZ 12.45 7.86 9.66 -
YUV 78.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 133 49 86 0 0.63 0.35 0.48 333.57 0.46 0.36
Hex 85 31 56 0 3F 23 30 14E 2E 24
Octal 205 61 126 0 77 43 60 516 56 44
Binary 10000101 110001 1010110 0 111111 100011 110000 101001110 101110 100100

Color Harmonies of #853156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853156

Black with #853156

Text Example


Text Example

White with #853156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853156; }

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

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

background-color css

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

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

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

border-color css

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

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

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