Html Css Color HEX #843362 Rose Bud Cherry

📋 copy color: '#843362'

red 132 ◦ green 51 ◦ blue 98

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

Shades of Rose Bud Cherry #843362

Tints of Rose Bud Cherry #843362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.15%

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 46.98%
G = 18.15%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#843362 (or 0x843362) is known color: Rose Bud Cherry. HEX triplet: 84, 33 and 62. RGB value is (132,51,98). Sum of RGB (Red+Green+Blue) = 132+51+98=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #843362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843362 is #7BCC9D. Grayscale: #505050. Windows color (decimal): -8113310 or 6435716. OLE color: 6435716.

HSL color Cylindrical-coordinate representation of color #843362: hue angle of 325.19º degrees, saturation: 0.44, 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 #843362 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 51 98 -
CMYK 0 0.61 0.26 0.48
HSL 325.19º 0.44% 0.36% -
HSV(B) 325.19º 0.61% 0.52% -
XYZ 12.9 8.16 12.45 -
YUV 80.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 132 51 98 0 0.61 0.26 0.48 325.19 0.44 0.36
Hex 84 33 62 0 3D 1A 30 145 2C 24
Octal 204 63 142 0 75 32 60 505 54 44
Binary 10000100 110011 1100010 0 111101 11010 110000 101000101 101100 100100

Color Harmonies of #843362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843362

Black with #843362

Text Example


Text Example

White with #843362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843362; }

 p { color: rgb(132,51,98); }

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

background-color css

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

 a { background-color: rgb(132,51,98); }

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

border-color css

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

 span { border-color: rgb(132,51,98); }

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