Html Css Color HEX #843961 Rose Bud Cherry

📋 copy color: '#843961'

red 132 ◦ green 57 ◦ blue 97

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

Shades of Rose Bud Cherry #843961

Tints of Rose Bud Cherry #843961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.93%

 BLUE value IS 97 (38.28% from 255) = 33.92%

R = 46.15%
G = 19.93%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#843961 (or 0x843961) is known color: Rose Bud Cherry. HEX triplet: 84, 39 and 61. RGB value is (132,57,97). Sum of RGB (Red+Green+Blue) = 132+57+97=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #843961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843961 is #7BC69E. Grayscale: #535353. Windows color (decimal): -8111775 or 6371716. OLE color: 6371716.

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

Color convert

RGB 132 57 97 -
CMYK 0 0.57 0.27 0.48
HSL 328º 0.4% 0.37% -
HSV(B) 328º 0.57% 0.52% -
XYZ 13.14 8.69 12.3 -
YUV 83.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 132 57 97 0 0.57 0.27 0.48 328 0.4 0.37
Hex 84 39 61 0 39 1B 30 148 28 25
Octal 204 71 141 0 71 33 60 510 50 45
Binary 10000100 111001 1100001 0 111001 11011 110000 101001000 101000 100101

Color Harmonies of #843961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843961

Black with #843961

Text Example


Text Example

White with #843961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843961; }

 p { color: rgb(132,57,97); }

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

background-color css

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

 a { background-color: rgb(132,57,97); }

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

border-color css

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

 span { border-color: rgb(132,57,97); }

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