Html Css Color HEX #970503 Dark Red

📋 copy color: '#970503'

red 151 ◦ green 5 ◦ blue 3

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

Shades of Dark Red #970503

Tints of Dark Red #970503

RGB

 RED value IS 151 (59.38% from 255) = 94.97%

 GREEN value IS 5 (2.34% from 255) = 3.14%

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

R = 94.97%
G = 3.14%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#970503 (or 0x970503) is known color: Dark Red. HEX triplet: 97, 05 and 03. RGB value is (151,5,3). Sum of RGB (Red+Green+Blue) = 151+5+3=159 (21% of max value = 765). Red value is 151 (59.38% from 255 or 94.97% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 151 - color contains mainly: red. Hex color #970503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970503 is #68FAFC. Grayscale: #303030. Windows color (decimal): -6879997 or 198039. OLE color: 198039.

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

Color convert

RGB 151 5 3 -
CMYK 0 0.97 0.98 0.41
HSL 0.81º 0.96% 0.3% -
HSV(B) 0.81º 0.98% 0.59% -
XYZ 12.83 6.69 0.7 -
YUV 48.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 151 5 3 0 0.97 0.98 0.41 0.81 0.96 0.3
Hex 97 5 3 0 61 62 29 1 60 1E
Octal 227 5 3 0 141 142 51 1 140 36
Binary 10010111 101 11 0 1100001 1100010 101001 1 1100000 11110

Color Harmonies of #970503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970503

Black with #970503

Text Example


Text Example

White with #970503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970503; }

 p { color: rgb(151,5,3); }

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

background-color css

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

 a { background-color: rgb(151,5,3); }

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

border-color css

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

 span { border-color: rgb(151,5,3); }

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