Html Css Color HEX #852054 Rose Bud Cherry

📋 copy color: '#852054'

red 133 ◦ green 32 ◦ blue 84

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

Shades of Rose Bud Cherry #852054

Tints of Rose Bud Cherry #852054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 53.41%
G = 12.85%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#852054 (or 0x852054) is known color: Rose Bud Cherry. HEX triplet: 85, 20 and 54. RGB value is (133,32,84). Sum of RGB (Red+Green+Blue) = 133+32+84=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #852054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852054 is #7ADFAB. Grayscale: #444444. Windows color (decimal): -8052652 or 5513349. OLE color: 5513349.

HSL color Cylindrical-coordinate representation of color #852054: hue angle of 329.11º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852054 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 84 -
CMYK 0 0.76 0.37 0.48
HSL 329.11º 0.61% 0.32% -
HSV(B) 329.11º 0.76% 0.52% -
XYZ 11.79 6.66 9.05 -
YUV 68.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 133 32 84 0 0.76 0.37 0.48 329.11 0.61 0.32
Hex 85 20 54 0 4C 25 30 149 3D 20
Octal 205 40 124 0 114 45 60 511 75 40
Binary 10000101 100000 1010100 0 1001100 100101 110000 101001001 111101 100000

Color Harmonies of #852054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852054

Black with #852054

Text Example


Text Example

White with #852054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852054; }

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

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

background-color css

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

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

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

border-color css

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

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

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