Html Css Color HEX #852057 Rose Bud Cherry

📋 copy color: '#852057'

red 133 ◦ green 32 ◦ blue 87

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

Shades of Rose Bud Cherry #852057

Tints of Rose Bud Cherry #852057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 52.78%
G = 12.7%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#852057 (or 0x852057) is known color: Rose Bud Cherry. HEX triplet: 85, 20 and 57. RGB value is (133,32,87). Sum of RGB (Red+Green+Blue) = 133+32+87=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #852057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852057 is #7ADFA8. Grayscale: #444444. Windows color (decimal): -8052649 or 5709957. OLE color: 5709957.

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

Color convert

RGB 133 32 87 -
CMYK 0 0.76 0.35 0.48
HSL 327.33º 0.61% 0.32% -
HSV(B) 327.33º 0.76% 0.52% -
XYZ 11.91 6.71 9.68 -
YUV 68.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 133 32 87 0 0.76 0.35 0.48 327.33 0.61 0.32
Hex 85 20 57 0 4C 23 30 147 3D 20
Octal 205 40 127 0 114 43 60 507 75 40
Binary 10000101 100000 1010111 0 1001100 100011 110000 101000111 111101 100000

Color Harmonies of #852057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852057

Black with #852057

Text Example


Text Example

White with #852057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852057; }

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

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

background-color css

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

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

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

border-color css

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

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

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