Html Css Color HEX #991210 Falu Red

📋 copy color: '#991210'

red 153 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #991210

Tints of Falu Red #991210

RGB

 RED value IS 153 (60.16% from 255) = 81.82%

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

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

R = 81.82%
G = 9.63%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#991210 (or 0x991210) is known color: Falu Red. HEX triplet: 99, 12 and 10. RGB value is (153,18,16). Sum of RGB (Red+Green+Blue) = 153+18+16=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #991210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991210 is #66EDEF. Grayscale: #3A3A3A. Windows color (decimal): -6745584 or 1053337. OLE color: 1053337.

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

Color convert

RGB 153 18 16 -
CMYK 0 0.88 0.90 0.4
HSL 0.88º 0.81% 0.33% -
HSV(B) 0.88º 0.9% 0.6% -
XYZ 13.45 7.24 1.18 -
YUV 58.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 153 18 16 0 0.88 0.90 0.4 0.88 0.81 0.33
Hex 99 12 10 0 58 5A 28 1 51 21
Octal 231 22 20 0 130 132 50 1 121 41
Binary 10011001 10010 10000 0 1011000 1011010 101000 1 1010001 100001

Color Harmonies of #991210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991210

Black with #991210

Text Example


Text Example

White with #991210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991210; }

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

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

background-color css

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

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

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

border-color css

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

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

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