Html Css Color HEX #951304 Dark Red

📋 copy color: '#951304'

red 149 ◦ green 19 ◦ blue 4

#951304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #951304

Tints of Dark Red #951304

RGB

 RED value IS 149 (58.59% from 255) = 86.63%

 GREEN value IS 19 (7.81% from 255) = 11.05%

 BLUE value IS 4 (1.95% from 255) = 2.33%

R = 86.63%
G = 11.05%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#951304 (or 0x951304) is known color: Dark Red. HEX triplet: 95, 13 and 04. RGB value is (149,19,4). Sum of RGB (Red+Green+Blue) = 149+19+4=172 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.63% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 149 - color contains mainly: red. Hex color #951304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951304 is #6AECFB. Grayscale: #383838. Windows color (decimal): -7007484 or 267157. OLE color: 267157.

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

Color convert

RGB 149 19 4 -
CMYK 0 0.87 0.97 0.42
HSL 6.21º 0.95% 0.3% -
HSV(B) 6.21º 0.97% 0.58% -
XYZ 12.65 6.86 0.77 -
YUV 56.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 149 19 4 0 0.87 0.97 0.42 6.21 0.95 0.3
Hex 95 13 4 0 57 61 2A 6 5F 1E
Octal 225 23 4 0 127 141 52 6 137 36
Binary 10010101 10011 100 0 1010111 1100001 101010 110 1011111 11110

Color Harmonies of #951304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951304

Black with #951304

Text Example


Text Example

White with #951304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951304; }

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

 H1.HeaderClassName
 {
   color: #951304;
 }
 .AnyTagClassName
 {
   color: #951304;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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