Html Css Color HEX #842852 Rose Bud Cherry

📋 copy color: '#842852'

red 132 ◦ green 40 ◦ blue 82

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

Shades of Rose Bud Cherry #842852

Tints of Rose Bud Cherry #842852

RGB

 RED value IS 132 (51.95% from 255) = 51.97%

 GREEN value IS 40 (16.02% from 255) = 15.75%

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

R = 51.97%
G = 15.75%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#842852 (or 0x842852) is known color: Rose Bud Cherry. HEX triplet: 84, 28 and 52. RGB value is (132,40,82). Sum of RGB (Red+Green+Blue) = 132+40+82=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #842852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842852 is #7BD7AD. Grayscale: #484848. Windows color (decimal): -8116142 or 5384324. OLE color: 5384324.

HSL color Cylindrical-coordinate representation of color #842852: hue angle of 332.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842852 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 82 -
CMYK 0 0.70 0.38 0.48
HSL 332.61º 0.53% 0.34% -
HSV(B) 332.61º 0.7% 0.52% -
XYZ 11.8 7.03 8.72 -
YUV 72.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 132 40 82 0 0.70 0.38 0.48 332.61 0.53 0.34
Hex 84 28 52 0 46 26 30 14D 35 22
Octal 204 50 122 0 106 46 60 515 65 42
Binary 10000100 101000 1010010 0 1000110 100110 110000 101001101 110101 100010

Color Harmonies of #842852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842852

Black with #842852

Text Example


Text Example

White with #842852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842852; }

 p { color: rgb(132,40,82); }

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

background-color css

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

 a { background-color: rgb(132,40,82); }

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

border-color css

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

 span { border-color: rgb(132,40,82); }

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