#84165A

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

Shades of Rose Bud Cherry #84165A

Tints of Rose Bud Cherry #84165A

Color information

#84165A (or 0x84165A) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 16 and 5A. RGB value is (132,22,90). Sum of RGB (Red+Green+Blue) = 132+22+90=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84165A is #7BE9A5. Grayscale: #3E3E3E. Windows color (decimal): -8120742 or 5904004. OLE color: 5904004.

HSL color Cylindrical-coordinate representation of color #84165A: hue angle of 322.91º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84165A is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1322290-
CMYK00.830.320.48
HSL322.91º71.43%30.2%-
HSV(B)322.91º83.33%51.76%-
XYZ11.656.2210.26-
YUV62.64143.44177.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 22 (8.98% from 255) = 9.02%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=54.10%
G=9.02%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132229000.830.320.48322.9171.4330.2
Hex84165A0532030143471e
Octal204261320123406050310736
Binary1000010010110101101001010011100000110000101000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84165A; }

 p { color: rgb(132,22,90); }

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

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

 a { background-color: rgb(132,22,90); }

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

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

 span { border-color: rgb(132,22,90); }

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