#843262

Color #843262 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #843262

Tints of Rose Bud Cherry #843262

Color information

#843262 (or 0x843262) is unknown color: approx 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

RGB1325098-
CMYK00.620.260.48
HSL324.88º45.05%35.69%-
HSV(B)324.88º62.12%51.76%-
XYZ12.868.0712.43-
YUV79.99138.17165.1-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132509800.620.260.48324.8845.0535.69
Hex84326203E1A301452d24
Octal2046214207632605055544
Binary100001001100101100010011111011010110000101000101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>