Html Css Color HEX #942005 Falu Red

📋 copy color: '#942005'

red 148 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #942005

Tints of Falu Red #942005

RGB

 RED value IS 148 (58.2% from 255) = 80%

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

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

R = 80%
G = 17.3%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#942005 (or 0x942005) is known color: Falu Red. HEX triplet: 94, 20 and 05. RGB value is (148,32,5). Sum of RGB (Red+Green+Blue) = 148+32+5=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #942005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942005 is #6BDFFA. Grayscale: #3F3F3F. Windows color (decimal): -7069691 or 336020. OLE color: 336020.

HSL color Cylindrical-coordinate representation of color #942005: hue angle of 11.33º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #942005 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 5 -
CMYK 0 0.78 0.97 0.42
HSL 11.33º 0.93% 0.3% -
HSV(B) 11.33º 0.97% 0.58% -
XYZ 12.76 7.34 0.89 -
YUV 63.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 148 32 5 0 0.78 0.97 0.42 11.33 0.93 0.3
Hex 94 20 5 0 4E 61 2A B 5D 1E
Octal 224 40 5 0 116 141 52 13 135 36
Binary 10010100 100000 101 0 1001110 1100001 101010 1011 1011101 11110

Color Harmonies of #942005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942005

Black with #942005

Text Example


Text Example

White with #942005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942005; }

 p { color: rgb(148,32,5); }

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

background-color css

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

 a { background-color: rgb(148,32,5); }

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

border-color css

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

 span { border-color: rgb(148,32,5); }

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