Html Css Color HEX #852061 Rose Bud Cherry

📋 copy color: '#852061'

red 133 ◦ green 32 ◦ blue 97

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

Shades of Rose Bud Cherry #852061

Tints of Rose Bud Cherry #852061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 50.76%
G = 12.21%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#852061 (or 0x852061) is known color: Rose Bud Cherry. HEX triplet: 85, 20 and 61. RGB value is (133,32,97). Sum of RGB (Red+Green+Blue) = 133+32+97=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #852061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852061 is #7ADF9E. Grayscale: #454545. Windows color (decimal): -8052639 or 6365317. OLE color: 6365317.

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

Color convert

RGB 133 32 97 -
CMYK 0 0.76 0.27 0.48
HSL 321.39º 0.61% 0.32% -
HSV(B) 321.39º 0.76% 0.52% -
XYZ 12.35 6.88 11.99 -
YUV 69.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 133 32 97 0 0.76 0.27 0.48 321.39 0.61 0.32
Hex 85 20 61 0 4C 1B 30 141 3D 20
Octal 205 40 141 0 114 33 60 501 75 40
Binary 10000101 100000 1100001 0 1001100 11011 110000 101000001 111101 100000

Color Harmonies of #852061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852061

Black with #852061

Text Example


Text Example

White with #852061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852061; }

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

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

background-color css

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

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

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

border-color css

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

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

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