#843264

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

Shades of Rose Bud Cherry #843264

Tints of Rose Bud Cherry #843264

Color information

#843264 (or 0x843264) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 32 and 64. RGB value is (132,50,100). Sum of RGB (Red+Green+Blue) = 132+50+100=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #843264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843264 is #7BCD9B. Grayscale: #505050. Windows color (decimal): -8113564 or 6566532. OLE color: 6566532.

HSL color Cylindrical-coordinate representation of color #843264: hue angle of 323.41º 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 #843264 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13250100-
CMYK00.620.240.48
HSL323.41º45.05%35.69%-
HSV(B)323.41º62.12%51.76%-
XYZ12.968.1112.94-
YUV80.22139.17164.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=46.81%
G=17.73%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325010000.620.240.48323.4145.0535.69
Hex84326403E18301432d24
Octal2046214407630605035544
Binary100001001100101100100011111011000110000101000011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843264; }

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

 H1.HeaderClassName
 {
   color: #843264;
 }
 .AnyTagClassName
 {
   color: #843264;
 }
</style>
background-color css

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

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

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

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

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

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