#84134F

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

Shades of Rose Bud Cherry #84134F

Tints of Rose Bud Cherry #84134F

Color information

#84134F (or 0x84134F) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 13 and 4F. RGB value is (132,19,79). Sum of RGB (Red+Green+Blue) = 132+19+79=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84134F is #7BECB0. Grayscale: #3B3B3B. Windows color (decimal): -8121521 or 5182340. OLE color: 5182340.

HSL color Cylindrical-coordinate representation of color #84134F: hue angle of 328.14º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84134F is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1321979-
CMYK00.860.400.48
HSL328.14º74.83%29.61%-
HSV(B)328.14º85.61%51.76%-
XYZ11.165.947.95-
YUV59.63138.94179.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=57.39%
G=8.26%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132197900.860.400.48328.1474.8329.61
Hex84134F05628301484b1e
Octal204231170126506051011336
Binary1000010010011100111101010110101000110000101001000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84134F; }

 p { color: rgb(132,19,79); }

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

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

 a { background-color: rgb(132,19,79); }

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

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

 span { border-color: rgb(132,19,79); }

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