Html Css Color HEX #852052 Rose Bud Cherry

📋 copy color: '#852052'

red 133 ◦ green 32 ◦ blue 82

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

Shades of Rose Bud Cherry #852052

Tints of Rose Bud Cherry #852052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.2%

R = 53.85%
G = 12.96%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#852052 (or 0x852052) is known color: Rose Bud Cherry. HEX triplet: 85, 20 and 52. RGB value is (133,32,82). Sum of RGB (Red+Green+Blue) = 133+32+82=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #852052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852052 is #7ADFAD. Grayscale: #434343. Windows color (decimal): -8052654 or 5382277. OLE color: 5382277.

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

Color convert

RGB 133 32 82 -
CMYK 0 0.76 0.38 0.48
HSL 330.3º 0.61% 0.32% -
HSV(B) 330.3º 0.76% 0.52% -
XYZ 11.71 6.63 8.64 -
YUV 67.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 133 32 82 0 0.76 0.38 0.48 330.3 0.61 0.32
Hex 85 20 52 0 4C 26 30 14A 3D 20
Octal 205 40 122 0 114 46 60 512 75 40
Binary 10000101 100000 1010010 0 1001100 100110 110000 101001010 111101 100000

Color Harmonies of #852052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852052

Black with #852052

Text Example


Text Example

White with #852052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852052; }

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

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

background-color css

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

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

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

border-color css

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

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

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