Html Css Color HEX #992004 Falu Red

📋 copy color: '#992004'

red 153 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #992004

Tints of Falu Red #992004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 4 (1.95% from 255) = 2.12%

R = 80.95%
G = 16.93%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#992004 (or 0x992004) is known color: Falu Red. HEX triplet: 99, 20 and 04. RGB value is (153,32,4). Sum of RGB (Red+Green+Blue) = 153+32+4=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #992004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992004 is #66DFFB. Grayscale: #414141. Windows color (decimal): -6742012 or 270489. OLE color: 270489.

HSL color Cylindrical-coordinate representation of color #992004: hue angle of 11.28º degrees, saturation: 0.95, 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 #992004 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 4 -
CMYK 0 0.79 0.97 0.4
HSL 11.28º 0.95% 0.31% -
HSV(B) 11.28º 0.97% 0.6% -
XYZ 13.68 7.81 0.9 -
YUV 64.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 153 32 4 0 0.79 0.97 0.4 11.28 0.95 0.31
Hex 99 20 4 0 4F 61 28 B 5F 1F
Octal 231 40 4 0 117 141 50 13 137 37
Binary 10011001 100000 100 0 1001111 1100001 101000 1011 1011111 11111

Color Harmonies of #992004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992004

Black with #992004

Text Example


Text Example

White with #992004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992004; }

 p { color: rgb(153,32,4); }

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

background-color css

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

 a { background-color: rgb(153,32,4); }

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

border-color css

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

 span { border-color: rgb(153,32,4); }

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