Html Css Color HEX #842953 Rose Bud Cherry

📋 copy color: '#842953'

red 132 ◦ green 41 ◦ blue 83

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

Shades of Rose Bud Cherry #842953

Tints of Rose Bud Cherry #842953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 51.56%
G = 16.02%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#842953 (or 0x842953) is known color: Rose Bud Cherry. HEX triplet: 84, 29 and 53. RGB value is (132,41,83). Sum of RGB (Red+Green+Blue) = 132+41+83=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #842953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842953 is #7BD6AC. Grayscale: #484848. Windows color (decimal): -8115885 or 5450116. OLE color: 5450116.

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

Color convert

RGB 132 41 83 -
CMYK 0 0.69 0.37 0.48
HSL 332.31º 0.53% 0.34% -
HSV(B) 332.31º 0.69% 0.52% -
XYZ 11.87 7.12 8.93 -
YUV 73 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 132 41 83 0 0.69 0.37 0.48 332.31 0.53 0.34
Hex 84 29 53 0 45 25 30 14C 35 22
Octal 204 51 123 0 105 45 60 514 65 42
Binary 10000100 101001 1010011 0 1000101 100101 110000 101001100 110101 100010

Color Harmonies of #842953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842953

Black with #842953

Text Example


Text Example

White with #842953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842953; }

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

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

background-color css

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

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

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

border-color css

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

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

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