#84153E

Color #84153E Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #84153E

Tints of Disco #84153E

Color information

#84153E (or 0x84153E) is unknown color: approx Disco. HEX triplet: 84, 15 and 3E. RGB value is (132,21,62). Sum of RGB (Red+Green+Blue) = 132+21+62=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84153E is #7BEAC1. Grayscale: #3A3A3A. Windows color (decimal): -8121026 or 4068740. OLE color: 4068740.

HSL color Cylindrical-coordinate representation of color #84153E: hue angle of 337.84º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84153E is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1322162-
CMYK00.840.530.48
HSL337.84º72.55%30%-
HSV(B)337.84º84.09%51.76%-
XYZ10.655.795.11-
YUV58.86129.77180.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.40%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=61.40%
G=9.77%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132216200.840.530.48337.8472.5530
Hex84153E0543530152491e
Octal20425760124656052211136
Binary100001001010111111001010100110101110000101010010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84153E; }

 p { color: rgb(132,21,62); }

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

<style>
 a { background-color: #84153E; }

 a { background-color: rgb(132,21,62); }

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

<style>
 span { border-color: #84153E; }

 span { border-color: rgb(132,21,62); }

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