#951807

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

Shades of Dark Red #951807

Tints of Dark Red #951807

Color information

#951807 (or 0x951807) is unknown color: approx Dark Red. HEX triplet: 95, 18 and 07. RGB value is (149,24,7). Sum of RGB (Red+Green+Blue) = 149+24+7=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #951807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951807 is #6AE7F8. Grayscale: #3B3B3B. Windows color (decimal): -7006201 or 465045. OLE color: 465045.

HSL color Cylindrical-coordinate representation of color #951807: hue angle of 7.18º 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 #951807 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149247-
CMYK00.840.950.42
HSL7.18º91.03%30.59%-
HSV(B)7.18º95.3%58.43%-
XYZ12.767.060.89-
YUV59.4498.41191.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 82.78%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 7 (3.12% from 255) = 3.89%
R=82.78%
G=13.33%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14924700.840.950.427.1891.0330.59
Hex951870545F2A75b1f
Octal225307012413752713337
Binary1001010111000111010101001011111101010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951807; }

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

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

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

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

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

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

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

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