Html Css Color HEX #843960 Rose Bud Cherry

📋 copy color: '#843960'

red 132 ◦ green 57 ◦ blue 96

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

Shades of Rose Bud Cherry #843960

Tints of Rose Bud Cherry #843960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 46.32%
G = 20%
B = 33.68%

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

#843960 (or 0x843960) is known color: Rose Bud Cherry. HEX triplet: 84, 39 and 60. RGB value is (132,57,96). Sum of RGB (Red+Green+Blue) = 132+57+96=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843960 is #7BC69F. Grayscale: #535353. Windows color (decimal): -8111776 or 6306180. OLE color: 6306180.

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

Color convert

RGB 132 57 96 -
CMYK 0 0.57 0.27 0.48
HSL 328.8º 0.4% 0.37% -
HSV(B) 328.8º 0.57% 0.52% -
XYZ 13.09 8.68 12.05 -
YUV 83.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 132 57 96 0 0.57 0.27 0.48 328.8 0.4 0.37
Hex 84 39 60 0 39 1B 30 149 28 25
Octal 204 71 140 0 71 33 60 511 50 45
Binary 10000100 111001 1100000 0 111001 11011 110000 101001001 101000 100101

Color Harmonies of #843960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843960

Black with #843960

Text Example


Text Example

White with #843960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843960; }

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

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

background-color css

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

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

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

border-color css

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

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

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