#84315A

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

Shades of Rose Bud Cherry #84315A

Tints of Rose Bud Cherry #84315A

Color information

#84315A (or 0x84315A) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 31 and 5A. RGB value is (132,49,90). Sum of RGB (Red+Green+Blue) = 132+49+90=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84315A is #7BCEA5. Grayscale: #4E4E4E. Windows color (decimal): -8113830 or 5910916. OLE color: 5910916.

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

Color convert

RGB1324990-
CMYK00.630.320.48
HSL330.36º45.86%35.49%-
HSV(B)330.36º62.88%51.76%-
XYZ12.467.8410.53-
YUV78.49134.5166.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=48.71%
G=18.08%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132499000.630.320.48330.3645.8635.49
Hex84315A03F203014a2e23
Octal2046113207740605125643
Binary1000010011000110110100111111100000110000101001010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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