Html Css Color HEX #972003 Falu Red

📋 copy color: '#972003'

red 151 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #972003

Tints of Falu Red #972003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 81.18%
G = 17.2%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#972003 (or 0x972003) is known color: Falu Red. HEX triplet: 97, 20 and 03. RGB value is (151,32,3). Sum of RGB (Red+Green+Blue) = 151+32+3=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #972003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972003 is #68DFFC. Grayscale: #404040. Windows color (decimal): -6873085 or 204951. OLE color: 204951.

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

Color convert

RGB 151 32 3 -
CMYK 0 0.79 0.98 0.41
HSL 11.76º 0.96% 0.3% -
HSV(B) 11.76º 0.98% 0.59% -
XYZ 13.3 7.62 0.86 -
YUV 64.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 151 32 3 0 0.79 0.98 0.41 11.76 0.96 0.3
Hex 97 20 3 0 4F 62 29 C 60 1E
Octal 227 40 3 0 117 142 51 14 140 36
Binary 10010111 100000 11 0 1001111 1100010 101001 1100 1100000 11110

Color Harmonies of #972003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972003

Black with #972003

Text Example


Text Example

White with #972003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972003; }

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

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

background-color css

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

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

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

border-color css

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

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

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