#95100F

Color #95100F Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #95100F

Tints of Dark Red #95100F

Color information

#95100F (or 0x95100F) is unknown color: approx Dark Red. HEX triplet: 95, 10 and 0F. RGB value is (149,16,15). Sum of RGB (Red+Green+Blue) = 149+16+15=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #95100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95100F is #6AEFF0. Grayscale: #373737. Windows color (decimal): -7008241 or 987285. OLE color: 987285.

HSL color Cylindrical-coordinate representation of color #95100F: hue angle of 0.45º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95100F is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1491615-
CMYK00.890.900.42
HSL0.45º81.71%32.16%-
HSV(B)0.45º89.93%58.43%-
XYZ12.676.791.1-
YUV55.65105.06194.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 82.78%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=82.78%
G=8.89%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149161500.890.900.420.4581.7132.16
Hex9510F0595A2A05220
Octal2252017013113252012240
Binary1001010110000111101011001101101010101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95100F; }

 p { color: rgb(149,16,15); }

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

<style>
 a { background-color: #95100F; }

 a { background-color: rgb(149,16,15); }

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

<style>
 span { border-color: #95100F; }

 span { border-color: rgb(149,16,15); }

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