Html Css Color HEX #991908 Falu Red

📋 copy color: '#991908'

red 153 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #991908

Tints of Falu Red #991908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 82.26%
G = 13.44%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#991908 (or 0x991908) is known color: Falu Red. HEX triplet: 99, 19 and 08. RGB value is (153,25,8). Sum of RGB (Red+Green+Blue) = 153+25+8=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #991908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991908 is #66E6F7. Grayscale: #3D3D3D. Windows color (decimal): -6743800 or 530841. OLE color: 530841.

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

Color convert

RGB 153 25 8 -
CMYK 0 0.84 0.95 0.4
HSL 7.03º 0.9% 0.32% -
HSV(B) 7.03º 0.95% 0.6% -
XYZ 13.53 7.49 0.96 -
YUV 61.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 153 25 8 0 0.84 0.95 0.4 7.03 0.9 0.32
Hex 99 19 8 0 54 5F 28 7 5A 20
Octal 231 31 10 0 124 137 50 7 132 40
Binary 10011001 11001 1000 0 1010100 1011111 101000 111 1011010 100000

Color Harmonies of #991908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991908

Black with #991908

Text Example


Text Example

White with #991908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991908; }

 p { color: rgb(153,25,8); }

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

background-color css

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

 a { background-color: rgb(153,25,8); }

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

border-color css

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

 span { border-color: rgb(153,25,8); }

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