Html Css Color HEX #843461 Rose Bud Cherry

📋 copy color: '#843461'

red 132 ◦ green 52 ◦ blue 97

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

Shades of Rose Bud Cherry #843461

Tints of Rose Bud Cherry #843461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 46.98%
G = 18.51%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#843461 (or 0x843461) is known color: Rose Bud Cherry. HEX triplet: 84, 34 and 61. RGB value is (132,52,97). Sum of RGB (Red+Green+Blue) = 132+52+97=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #843461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843461 is #7BCB9E. Grayscale: #505050. Windows color (decimal): -8113055 or 6370436. OLE color: 6370436.

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

Color convert

RGB 132 52 97 -
CMYK 0 0.61 0.27 0.48
HSL 326.25º 0.43% 0.36% -
HSV(B) 326.25º 0.61% 0.52% -
XYZ 12.9 8.22 12.22 -
YUV 81.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 132 52 97 0 0.61 0.27 0.48 326.25 0.43 0.36
Hex 84 34 61 0 3D 1B 30 146 2B 24
Octal 204 64 141 0 75 33 60 506 53 44
Binary 10000100 110100 1100001 0 111101 11011 110000 101000110 101011 100100

Color Harmonies of #843461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843461

Black with #843461

Text Example


Text Example

White with #843461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843461; }

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

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

background-color css

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

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

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

border-color css

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

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

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