#951302

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

Shades of Dark Red #951302

Tints of Dark Red #951302

Color information

#951302 (or 0x951302) is unknown color: approx Dark Red. HEX triplet: 95, 13 and 02. RGB value is (149,19,2). Sum of RGB (Red+Green+Blue) = 149+19+2=170 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.65% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 149 - color contains mainly: red. Hex color #951302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951302 is #6AECFD. Grayscale: #383838. Windows color (decimal): -7007486 or 136085. OLE color: 136085.

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

Color convert

RGB149192-
CMYK00.870.990.42
HSL6.94º97.35%29.61%-
HSV(B)6.94º98.66%58.43%-
XYZ12.646.860.72-
YUV55.9397.57194.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 87.65%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=87.65%
G=11.18%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14919200.870.990.426.9497.3529.61
Hex95132057632A7611e
Octal225232012714352714136
Binary100101011001110010101111100011101010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951302; }

 p { color: rgb(149,19,2); }

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

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

 a { background-color: rgb(149,19,2); }

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

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

 span { border-color: rgb(149,19,2); }

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