Html Css Color HEX #852050 Rose Bud Cherry

📋 copy color: '#852050'

red 133 ◦ green 32 ◦ blue 80

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

Shades of Rose Bud Cherry #852050

Tints of Rose Bud Cherry #852050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 54.29%
G = 13.06%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#852050 (or 0x852050) is known color: Rose Bud Cherry. HEX triplet: 85, 20 and 50. RGB value is (133,32,80). Sum of RGB (Red+Green+Blue) = 133+32+80=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #852050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852050 is #7ADFAF. Grayscale: #434343. Windows color (decimal): -8052656 or 5251205. OLE color: 5251205.

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

Color convert

RGB 133 32 80 -
CMYK 0 0.76 0.40 0.48
HSL 331.49º 0.61% 0.32% -
HSV(B) 331.49º 0.76% 0.52% -
XYZ 11.64 6.6 8.25 -
YUV 67.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 133 32 80 0 0.76 0.40 0.48 331.49 0.61 0.32
Hex 85 20 50 0 4C 28 30 14B 3D 20
Octal 205 40 120 0 114 50 60 513 75 40
Binary 10000101 100000 1010000 0 1001100 101000 110000 101001011 111101 100000

Color Harmonies of #852050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852050

Black with #852050

Text Example


Text Example

White with #852050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852050; }

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

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

background-color css

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

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

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

border-color css

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

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

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