Html Css Color HEX #972300 Falu Red

📋 copy color: '#972300'

red 151 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #972300

Tints of Falu Red #972300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.18%
G = 18.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#972300 (or 0x972300) is known color: Falu Red. HEX triplet: 97, 23 and 00. RGB value is (151,35,0). Sum of RGB (Red+Green+Blue) = 151+35+0=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #972300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972300 is #68DCFF. Grayscale: #414141. Windows color (decimal): -6872320 or 9111. OLE color: 9111.

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

Color convert

RGB 151 35 0 -
CMYK 0 0.77 1 0.41
HSL 13.91º 1% 0.3% -
HSV(B) 13.91º 1% 0.59% -
XYZ 13.36 7.78 0.8 -
YUV 65.69 90.93 188.85 -
System Red Green Blue C M Y K H S L
Decimal 151 35 0 0 0.77 1 0.41 13.91 1 0.3
Hex 97 23 0 0 4D 64 29 E 64 1E
Octal 227 43 0 0 115 144 51 16 144 36
Binary 10010111 100011 0 0 1001101 1100100 101001 1110 1100100 11110

Color Harmonies of #972300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972300

Black with #972300

Text Example


Text Example

White with #972300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972300; }

 p { color: rgb(151,35,0); }

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

background-color css

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

 a { background-color: rgb(151,35,0); }

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

border-color css

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

 span { border-color: rgb(151,35,0); }

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