Html Css Color HEX #971210 Falu Red

📋 copy color: '#971210'

red 151 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #971210

Tints of Falu Red #971210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 81.62%
G = 9.73%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#971210 (or 0x971210) is known color: Falu Red. HEX triplet: 97, 12 and 10. RGB value is (151,18,16). Sum of RGB (Red+Green+Blue) = 151+18+16=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #971210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971210 is #68EDEF. Grayscale: #393939. Windows color (decimal): -6876656 or 1053335. OLE color: 1053335.

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

Color convert

RGB 151 18 16 -
CMYK 0 0.88 0.89 0.41
HSL 0.89º 0.81% 0.33% -
HSV(B) 0.89º 0.89% 0.59% -
XYZ 13.07 7.05 1.16 -
YUV 57.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 151 18 16 0 0.88 0.89 0.41 0.89 0.81 0.33
Hex 97 12 10 0 58 59 29 1 51 21
Octal 227 22 20 0 130 131 51 1 121 41
Binary 10010111 10010 10000 0 1011000 1011001 101001 1 1010001 100001

Color Harmonies of #971210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971210

Black with #971210

Text Example


Text Example

White with #971210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971210; }

 p { color: rgb(151,18,16); }

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

background-color css

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

 a { background-color: rgb(151,18,16); }

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

border-color css

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

 span { border-color: rgb(151,18,16); }

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