#843065

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

Shades of Rose Bud Cherry #843065

Tints of Rose Bud Cherry #843065

Color information

#843065 (or 0x843065) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 30 and 65. RGB value is (132,48,101). Sum of RGB (Red+Green+Blue) = 132+48+101=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #843065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843065 is #7BCF9A. Grayscale: #4F4F4F. Windows color (decimal): -8114075 or 6631556. OLE color: 6631556.

HSL color Cylindrical-coordinate representation of color #843065: hue angle of 322.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843065 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13248101-
CMYK00.640.230.48
HSL322.14º46.67%35.29%-
HSV(B)322.14º63.64%51.76%-
XYZ12.927.9613.17-
YUV79.16140.33165.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=46.98%
G=17.08%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324810100.640.230.48322.1446.6735.29
Hex84306504017301422f23
Octal20460145010027605025743
Binary1000010011000011001010100000010111110000101000010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843065; }

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

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

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

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

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

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

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

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