#843365

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

Shades of Rose Bud Cherry #843365

Tints of Rose Bud Cherry #843365

Color information

#843365 (or 0x843365) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 33 and 65. RGB value is (132,51,101). Sum of RGB (Red+Green+Blue) = 132+51+101=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #843365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843365 is #7BCC9A. Grayscale: #505050. Windows color (decimal): -8113307 or 6632324. OLE color: 6632324.

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

Color convert

RGB13251101-
CMYK00.610.230.48
HSL322.96º44.26%35.88%-
HSV(B)322.96º61.36%51.76%-
XYZ13.058.2113.21-
YUV80.92139.34164.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=46.48%
G=17.96%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325110100.610.230.48322.9644.2635.88
Hex84336503D17301432c24
Octal2046314507527605035444
Binary100001001100111100101011110110111110000101000011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843365; }

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

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

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

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

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

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

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

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