Html Css Color HEX #843564 Rose Bud Cherry

📋 copy color: '#843564'

red 132 ◦ green 53 ◦ blue 100

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

Shades of Rose Bud Cherry #843564

Tints of Rose Bud Cherry #843564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 46.32%
G = 18.6%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#843564 (or 0x843564) is known color: Rose Bud Cherry. HEX triplet: 84, 35 and 64. RGB value is (132,53,100). Sum of RGB (Red+Green+Blue) = 132+53+100=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843564 is #7BCA9B. Grayscale: #515151. Windows color (decimal): -8112796 or 6567300. OLE color: 6567300.

HSL color Cylindrical-coordinate representation of color #843564: hue angle of 324.3º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #843564 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 53 100 -
CMYK 0 0.60 0.24 0.48
HSL 324.3º 0.43% 0.36% -
HSV(B) 324.3º 0.6% 0.52% -
XYZ 13.09 8.37 12.98 -
YUV 81.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 132 53 100 0 0.60 0.24 0.48 324.3 0.43 0.36
Hex 84 35 64 0 3C 18 30 144 2B 24
Octal 204 65 144 0 74 30 60 504 53 44
Binary 10000100 110101 1100100 0 111100 11000 110000 101000100 101011 100100

Color Harmonies of #843564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843564

Black with #843564

Text Example


Text Example

White with #843564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843564; }

 p { color: rgb(132,53,100); }

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

background-color css

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

 a { background-color: rgb(132,53,100); }

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

border-color css

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

 span { border-color: rgb(132,53,100); }

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