Html Css Color HEX #961503 Dark Red

📋 copy color: '#961503'

red 150 ◦ green 21 ◦ blue 3

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

Shades of Dark Red #961503

Tints of Dark Red #961503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.72%

R = 86.21%
G = 12.07%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#961503 (or 0x961503) is known color: Dark Red. HEX triplet: 96, 15 and 03. RGB value is (150,21,3). Sum of RGB (Red+Green+Blue) = 150+21+3=174 (23% of max value = 765). Red value is 150 (58.98% from 255 or 86.21% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 150 - color contains mainly: red. Hex color #961503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961503 is #69EAFC. Grayscale: #393939. Windows color (decimal): -6941437 or 202134. OLE color: 202134.

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

Color convert

RGB 150 21 3 -
CMYK 0 0.86 0.98 0.41
HSL 7.35º 0.96% 0.3% -
HSV(B) 7.35º 0.98% 0.59% -
XYZ 12.86 7.03 0.76 -
YUV 57.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 150 21 3 0 0.86 0.98 0.41 7.35 0.96 0.3
Hex 96 15 3 0 56 62 29 7 60 1E
Octal 226 25 3 0 126 142 51 7 140 36
Binary 10010110 10101 11 0 1010110 1100010 101001 111 1100000 11110

Color Harmonies of #961503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961503

Black with #961503

Text Example


Text Example

White with #961503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961503; }

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

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

background-color css

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

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

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

border-color css

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

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

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