Html Css Color HEX #843155 Rose Bud Cherry

📋 copy color: '#843155'

red 132 ◦ green 49 ◦ blue 85

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

Shades of Rose Bud Cherry #843155

Tints of Rose Bud Cherry #843155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 49.62%
G = 18.42%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#843155 (or 0x843155) is known color: Rose Bud Cherry. HEX triplet: 84, 31 and 55. RGB value is (132,49,85). Sum of RGB (Red+Green+Blue) = 132+49+85=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #843155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843155 is #7BCEAA. Grayscale: #4D4D4D. Windows color (decimal): -8113835 or 5583236. OLE color: 5583236.

HSL color Cylindrical-coordinate representation of color #843155: hue angle of 333.98º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843155 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 49 85 -
CMYK 0 0.63 0.36 0.48
HSL 333.98º 0.46% 0.35% -
HSV(B) 333.98º 0.63% 0.52% -
XYZ 12.25 7.76 9.45 -
YUV 77.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 132 49 85 0 0.63 0.36 0.48 333.98 0.46 0.35
Hex 84 31 55 0 3F 24 30 14E 2E 23
Octal 204 61 125 0 77 44 60 516 56 43
Binary 10000100 110001 1010101 0 111111 100100 110000 101001110 101110 100011

Color Harmonies of #843155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843155

Black with #843155

Text Example


Text Example

White with #843155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843155; }

 p { color: rgb(132,49,85); }

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

background-color css

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

 a { background-color: rgb(132,49,85); }

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

border-color css

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

 span { border-color: rgb(132,49,85); }

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