Html Css Color HEX #991D05 Falu Red

📋 copy color: '#991D05'

red 153 ◦ green 29 ◦ blue 5

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

Shades of Falu Red #991D05

Tints of Falu Red #991D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 81.82%
G = 15.51%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#991D05 (or 0x991D05) is known color: Falu Red. HEX triplet: 99, 1D and 05. RGB value is (153,29,5). Sum of RGB (Red+Green+Blue) = 153+29+5=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #991D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991D05 is #66E2FA. Grayscale: #3F3F3F. Windows color (decimal): -6742779 or 335257. OLE color: 335257.

HSL color Cylindrical-coordinate representation of color #991D05: hue angle of 9.73º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #991D05 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 5 -
CMYK 0 0.81 0.97 0.4
HSL 9.73º 0.94% 0.31% -
HSV(B) 9.73º 0.97% 0.6% -
XYZ 13.6 7.66 0.91 -
YUV 63.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 153 29 5 0 0.81 0.97 0.4 9.73 0.94 0.31
Hex 99 1D 5 0 51 61 28 A 5E 1F
Octal 231 35 5 0 121 141 50 12 136 37
Binary 10011001 11101 101 0 1010001 1100001 101000 1010 1011110 11111

Color Harmonies of #991D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D05

Black with #991D05

Text Example


Text Example

White with #991D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991D05; }

 p { color: rgb(153,29,5); }

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

background-color css

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

 a { background-color: rgb(153,29,5); }

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

border-color css

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

 span { border-color: rgb(153,29,5); }

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