Html Css Color HEX #942200 Falu Red

📋 copy color: '#942200'

red 148 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #942200

Tints of Falu Red #942200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.32%
G = 18.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#942200 (or 0x942200) is known color: Falu Red. HEX triplet: 94, 22 and 00. RGB value is (148,34,0). Sum of RGB (Red+Green+Blue) = 148+34+0=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #942200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942200 is #6BDDFF. Grayscale: #404040. Windows color (decimal): -7069184 or 8852. OLE color: 8852.

HSL color Cylindrical-coordinate representation of color #942200: hue angle of 13.78º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #942200 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 34 0 -
CMYK 0 0.77 1 0.42
HSL 13.78º 1% 0.29% -
HSV(B) 13.78º 1% 0.58% -
XYZ 12.78 7.44 0.76 -
YUV 64.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 148 34 0 0 0.77 1 0.42 13.78 1 0.29
Hex 94 22 0 0 4D 64 2A E 64 1D
Octal 224 42 0 0 115 144 52 16 144 35
Binary 10010100 100010 0 0 1001101 1100100 101010 1110 1100100 11101

Color Harmonies of #942200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942200

Black with #942200

Text Example


Text Example

White with #942200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942200; }

 p { color: rgb(148,34,0); }

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

background-color css

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

 a { background-color: rgb(148,34,0); }

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

border-color css

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

 span { border-color: rgb(148,34,0); }

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