#84153F

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

Shades of Disco #84153F

Tints of Disco #84153F

Color information

#84153F (or 0x84153F) is unknown color: approx Disco. HEX triplet: 84, 15 and 3F. RGB value is (132,21,63). Sum of RGB (Red+Green+Blue) = 132+21+63=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #84153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84153F is #7BEAC0. Grayscale: #3A3A3A. Windows color (decimal): -8121025 or 4134276. OLE color: 4134276.

HSL color Cylindrical-coordinate representation of color #84153F: hue angle of 337.3º 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 #84153F is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1322163-
CMYK00.840.520.48
HSL337.3º72.55%30%-
HSV(B)337.3º84.09%51.76%-
XYZ10.685.85.26-
YUV58.98130.27180.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 63 (25% from 255) = 29.17%
R=61.11%
G=9.72%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132216300.840.520.48337.372.5530
Hex84153F0543430151491e
Octal20425770124646052111136
Binary100001001010111111101010100110100110000101010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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