#95113E

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

Shades of Disco #95113E

Tints of Disco #95113E

Color information

#95113E (or 0x95113E) is unknown color: approx Disco. HEX triplet: 95, 11 and 3E. RGB value is (149,17,62). Sum of RGB (Red+Green+Blue) = 149+17+62=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95113E is #6AEEC1. Grayscale: #3D3D3D. Windows color (decimal): -7007938 or 4067733. OLE color: 4067733.

HSL color Cylindrical-coordinate representation of color #95113E: hue angle of 339.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95113E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1491762-
CMYK00.890.580.42
HSL339.55º79.52%32.55%-
HSV(B)339.55º88.59%58.43%-
XYZ13.467.145.23-
YUV61.6128.23190.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.35%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=65.35%
G=7.46%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149176200.890.580.42339.5579.5232.55
Hex95113E0593A2A1545021
Octal22521760131725252412041
Binary1001010110001111110010110011110101010101010101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,17,62); }

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

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

 a { background-color: rgb(149,17,62); }

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

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

 span { border-color: rgb(149,17,62); }

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