#84195A

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

Shades of Rose Bud Cherry #84195A

Tints of Rose Bud Cherry #84195A

Color information

#84195A (or 0x84195A) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 19 and 5A. RGB value is (132,25,90). Sum of RGB (Red+Green+Blue) = 132+25+90=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84195A is #7BE6A5. Grayscale: #404040. Windows color (decimal): -8119974 or 5904772. OLE color: 5904772.

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

Color convert

RGB1322590-
CMYK00.810.320.48
HSL323.55º68.15%30.78%-
HSV(B)323.55º81.06%51.76%-
XYZ11.716.3410.28-
YUV64.4142.45176.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=53.44%
G=10.12%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132259000.810.320.48323.5568.1530.78
Hex84195A0512030144441f
Octal204311320121406050410437
Binary1000010011001101101001010001100000110000101000100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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