Html Css Color HEX #951504 Dark Red

📋 copy color: '#951504'

red 149 ◦ green 21 ◦ blue 4

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

Shades of Dark Red #951504

Tints of Dark Red #951504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 85.63%
G = 12.07%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#951504 (or 0x951504) is known color: Dark Red. HEX triplet: 95, 15 and 04. RGB value is (149,21,4). Sum of RGB (Red+Green+Blue) = 149+21+4=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #951504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951504 is #6AEAFB. Grayscale: #393939. Windows color (decimal): -7006972 or 267669. OLE color: 267669.

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

Color convert

RGB 149 21 4 -
CMYK 0 0.86 0.97 0.42
HSL 7.03º 0.95% 0.3% -
HSV(B) 7.03º 0.97% 0.58% -
XYZ 12.68 6.93 0.78 -
YUV 57.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 149 21 4 0 0.86 0.97 0.42 7.03 0.95 0.3
Hex 95 15 4 0 56 61 2A 7 5F 1E
Octal 225 25 4 0 126 141 52 7 137 36
Binary 10010101 10101 100 0 1010110 1100001 101010 111 1011111 11110

Color Harmonies of #951504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951504

Black with #951504

Text Example


Text Example

White with #951504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951504; }

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

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

background-color css

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

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

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

border-color css

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

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

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