#8a0b41

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

Shades of Disco #8A0B41

Tints of Disco #8A0B41

Color information

#8A0B41 (or 0x8A0B41) is unknown color: approx Disco. HEX triplet: 8A, 0B and 41. RGB value is (138,11,65). Sum of RGB (Red+Green+Blue) = 138+11+65=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0B41 is #75F4BE. Grayscale: #373737. Windows color (decimal): -7730367 or 4262794. OLE color: 4262794.

HSL color Cylindrical-coordinate representation of color #8A0B41: hue angle of 334.49º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0B41 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1381165-
CMYK00.920.530.46
HSL334.49º85.23%29.22%-
HSV(B)334.49º92.03%54.12%-
XYZ11.566.025.55-
YUV55.13133.58187.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 64.49%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=64.49%
G=5.14%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138116500.920.530.46334.4985.2329.22
Hex8AB4105C352E14e551d
Octal212131010134655651612535
Binary100010101011100000101011100110101101110101001110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a0b41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8a0b41; }

 p { color: rgb(138,11,65); }

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

<style>
 a { background-color: #8a0b41; }

 a { background-color: rgb(138,11,65); }

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

<style>
 span { border-color: #8a0b41; }

 span { border-color: rgb(138,11,65); }

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