#951407

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

Shades of Dark Red #951407

Tints of Dark Red #951407

Color information

#951407 (or 0x951407) is unknown color: approx Dark Red. HEX triplet: 95, 14 and 07. RGB value is (149,20,7). Sum of RGB (Red+Green+Blue) = 149+20+7=176 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.66% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 149 - color contains mainly: red. Hex color #951407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951407 is #6AEBF8. Grayscale: #393939. Windows color (decimal): -7007225 or 464021. OLE color: 464021.

HSL color Cylindrical-coordinate representation of color #951407: hue angle of 5.49º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #951407 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149207-
CMYK00.870.950.42
HSL5.49º91.03%30.59%-
HSV(B)5.49º95.3%58.43%-
XYZ12.686.910.87-
YUV57.0999.74193.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 84.66%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=84.66%
G=11.36%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14920700.870.950.425.4991.0330.59
Hex951470575F2A55b1f
Octal225247012713752513337
Binary1001010110100111010101111011111101010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951407; }

 p { color: rgb(149,20,7); }

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

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

 a { background-color: rgb(149,20,7); }

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

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

 span { border-color: rgb(149,20,7); }

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