Html Css Color HEX #843262 Rose Bud Cherry

📋 copy color: '#843262'

red 132 ◦ green 50 ◦ blue 98

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

Shades of Rose Bud Cherry #843262

Tints of Rose Bud Cherry #843262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

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

R = 47.14%
G = 17.86%
B = 35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#843262 (or 0x843262) is known color: Rose Bud Cherry. HEX triplet: 84, 32 and 62. RGB value is (132,50,98). Sum of RGB (Red+Green+Blue) = 132+50+98=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #843262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843262 is #7BCD9D. Grayscale: #4F4F4F. Windows color (decimal): -8113566 or 6435460. OLE color: 6435460.

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

Color convert

RGB 132 50 98 -
CMYK 0 0.62 0.26 0.48
HSL 324.88º 0.45% 0.36% -
HSV(B) 324.88º 0.62% 0.52% -
XYZ 12.86 8.07 12.43 -
YUV 79.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 132 50 98 0 0.62 0.26 0.48 324.88 0.45 0.36
Hex 84 32 62 0 3E 1A 30 145 2D 24
Octal 204 62 142 0 76 32 60 505 55 44
Binary 10000100 110010 1100010 0 111110 11010 110000 101000101 101101 100100

Color Harmonies of #843262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843262

Black with #843262

Text Example


Text Example

White with #843262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843262; }

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

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

background-color css

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

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

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

border-color css

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

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

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