Html Css Color HEX #853154 Rose Bud Cherry

📋 copy color: '#853154'

red 133 ◦ green 49 ◦ blue 84

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

Shades of Rose Bud Cherry #853154

Tints of Rose Bud Cherry #853154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 50%
G = 18.42%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#853154 (or 0x853154) is known color: Rose Bud Cherry. HEX triplet: 85, 31 and 54. RGB value is (133,49,84). Sum of RGB (Red+Green+Blue) = 133+49+84=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #853154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853154 is #7ACEAB. Grayscale: #4E4E4E. Windows color (decimal): -8048300 or 5517701. OLE color: 5517701.

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

Color convert

RGB 133 49 84 -
CMYK 0 0.63 0.37 0.48
HSL 335º 0.46% 0.36% -
HSV(B) 335º 0.63% 0.52% -
XYZ 12.37 7.82 9.25 -
YUV 78.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 133 49 84 0 0.63 0.37 0.48 335 0.46 0.36
Hex 85 31 54 0 3F 25 30 14F 2E 24
Octal 205 61 124 0 77 45 60 517 56 44
Binary 10000101 110001 1010100 0 111111 100101 110000 101001111 101110 100100

Color Harmonies of #853154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853154

Black with #853154

Text Example


Text Example

White with #853154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853154; }

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

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

background-color css

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

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

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

border-color css

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

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

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