Html Css Color HEX #961504 Dark Red

📋 copy color: '#961504'

red 150 ◦ green 21 ◦ blue 4

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

Shades of Dark Red #961504

Tints of Dark Red #961504

RGB

 RED value IS 150 (58.98% from 255) = 85.71%

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

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

R = 85.71%
G = 12%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#961504 (or 0x961504) is known color: Dark Red. HEX triplet: 96, 15 and 04. RGB value is (150,21,4). Sum of RGB (Red+Green+Blue) = 150+21+4=175 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 150 - color contains mainly: red. Hex color #961504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961504 is #69EAFB. Grayscale: #393939. Windows color (decimal): -6941436 or 267670. OLE color: 267670.

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

Color convert

RGB 150 21 4 -
CMYK 0 0.86 0.97 0.41
HSL 6.99º 0.95% 0.3% -
HSV(B) 6.99º 0.97% 0.59% -
XYZ 12.87 7.03 0.79 -
YUV 57.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 150 21 4 0 0.86 0.97 0.41 6.99 0.95 0.3
Hex 96 15 4 0 56 61 29 7 5F 1E
Octal 226 25 4 0 126 141 51 7 137 36
Binary 10010110 10101 100 0 1010110 1100001 101001 111 1011111 11110

Color Harmonies of #961504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961504

Black with #961504

Text Example


Text Example

White with #961504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961504; }

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

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

background-color css

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

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

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

border-color css

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

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

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