#84185B

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

Shades of Rose Bud Cherry #84185B

Tints of Rose Bud Cherry #84185B

Color information

#84185B (or 0x84185B) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 18 and 5B. RGB value is (132,24,91). Sum of RGB (Red+Green+Blue) = 132+24+91=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84185B is #7BE7A4. Grayscale: #3F3F3F. Windows color (decimal): -8120229 or 5970052. OLE color: 5970052.

HSL color Cylindrical-coordinate representation of color #84185B: hue angle of 322.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84185B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1322491-
CMYK00.820.310.48
HSL322.78º69.23%30.59%-
HSV(B)322.78º81.82%51.76%-
XYZ11.736.3110.5-
YUV63.93143.28176.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=53.44%
G=9.72%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132249100.820.310.48322.7869.2330.59
Hex84185B0521F30143451f
Octal204301330122376050310537
Binary100001001100010110110101001011111110000101000011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84185B; }

 p { color: rgb(132,24,91); }

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

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

 a { background-color: rgb(132,24,91); }

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

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

 span { border-color: rgb(132,24,91); }

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