#95183E

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

Shades of Disco #95183E

Tints of Disco #95183E

Color information

#95183E (or 0x95183E) is unknown color: approx Disco. HEX triplet: 95, 18 and 3E. RGB value is (149,24,62). Sum of RGB (Red+Green+Blue) = 149+24+62=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #95183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95183E is #6AE7C1. Grayscale: #414141. Windows color (decimal): -7006146 or 4069525. OLE color: 4069525.

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

Color convert

RGB1492462-
CMYK00.840.580.42
HSL341.76º72.25%33.92%-
HSV(B)341.76º83.89%58.43%-
XYZ13.597.395.27-
YUV65.71125.91187.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=63.40%
G=10.21%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149246200.840.580.42341.7672.2533.92
Hex95183E0543A2A1564822
Octal22530760124725252611042
Binary1001010111000111110010101001110101010101010101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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