Html Css Color HEX #842053 Rose Bud Cherry

📋 copy color: '#842053'

red 132 ◦ green 32 ◦ blue 83

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

Shades of Rose Bud Cherry #842053

Tints of Rose Bud Cherry #842053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 53.44%
G = 12.96%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#842053 (or 0x842053) is known color: Rose Bud Cherry. HEX triplet: 84, 20 and 53. RGB value is (132,32,83). Sum of RGB (Red+Green+Blue) = 132+32+83=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #842053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842053 is #7BDFAC. Grayscale: #434343. Windows color (decimal): -8118189 or 5447812. OLE color: 5447812.

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

Color convert

RGB 132 32 83 -
CMYK 0 0.76 0.37 0.48
HSL 329.4º 0.61% 0.32% -
HSV(B) 329.4º 0.76% 0.52% -
XYZ 11.59 6.56 8.84 -
YUV 67.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 132 32 83 0 0.76 0.37 0.48 329.4 0.61 0.32
Hex 84 20 53 0 4C 25 30 149 3D 20
Octal 204 40 123 0 114 45 60 511 75 40
Binary 10000100 100000 1010011 0 1001100 100101 110000 101001001 111101 100000

Color Harmonies of #842053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842053

Black with #842053

Text Example


Text Example

White with #842053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842053; }

 p { color: rgb(132,32,83); }

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

background-color css

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

 a { background-color: rgb(132,32,83); }

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

border-color css

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

 span { border-color: rgb(132,32,83); }

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