#95163E

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

Shades of Disco #95163E

Tints of Disco #95163E

Color information

#95163E (or 0x95163E) is unknown color: approx Disco. HEX triplet: 95, 16 and 3E. RGB value is (149,22,62). Sum of RGB (Red+Green+Blue) = 149+22+62=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95163E is #6AE9C1. Grayscale: #404040. Windows color (decimal): -7006658 or 4069013. OLE color: 4069013.

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

Color convert

RGB1492262-
CMYK00.850.580.42
HSL341.1º74.27%33.53%-
HSV(B)341.1º85.23%58.43%-
XYZ13.557.315.25-
YUV64.53126.58188.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=63.95%
G=9.44%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149226200.850.580.42341.174.2733.53
Hex95163E0553A2A1554a22
Octal22526760125725252511242
Binary1001010110110111110010101011110101010101010101011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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