#95123E

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

Shades of Disco #95123E

Tints of Disco #95123E

Color information

#95123E (or 0x95123E) is unknown color: approx Disco. HEX triplet: 95, 12 and 3E. RGB value is (149,18,62). Sum of RGB (Red+Green+Blue) = 149+18+62=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95123E is #6AEDC1. Grayscale: #3E3E3E. Windows color (decimal): -7007682 or 4067989. OLE color: 4067989.

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

Color convert

RGB1491862-
CMYK00.880.580.42
HSL339.85º78.44%32.75%-
HSV(B)339.85º87.92%58.43%-
XYZ13.487.175.23-
YUV62.18127.9189.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=65.07%
G=7.86%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149186200.880.580.42339.8578.4432.75
Hex95123E0583A2A1544e21
Octal22522760130725252411641
Binary1001010110010111110010110001110101010101010101001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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