Html Css Color HEX #971F03 Falu Red

📋 copy color: '#971F03'

red 151 ◦ green 31 ◦ blue 3

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

Shades of Falu Red #971F03

Tints of Falu Red #971F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.76%

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

R = 81.62%
G = 16.76%
B = 1.62%

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

#971F03 (or 0x971F03) is known color: Falu Red. HEX triplet: 97, 1F and 03. RGB value is (151,31,3). Sum of RGB (Red+Green+Blue) = 151+31+3=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #971F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971F03 is #68E0FC. Grayscale: #3F3F3F. Windows color (decimal): -6873341 or 204695. OLE color: 204695.

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

Color convert

RGB 151 31 3 -
CMYK 0 0.79 0.98 0.41
HSL 11.35º 0.96% 0.3% -
HSV(B) 11.35º 0.98% 0.59% -
XYZ 13.27 7.57 0.85 -
YUV 63.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 151 31 3 0 0.79 0.98 0.41 11.35 0.96 0.3
Hex 97 1F 3 0 4F 62 29 B 60 1E
Octal 227 37 3 0 117 142 51 13 140 36
Binary 10010111 11111 11 0 1001111 1100010 101001 1011 1100000 11110

Color Harmonies of #971F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F03

Black with #971F03

Text Example


Text Example

White with #971F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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