Html Css Color HEX #942400 Falu Red

📋 copy color: '#942400'

red 148 ◦ green 36 ◦ blue 0

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

Shades of Falu Red #942400

Tints of Falu Red #942400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.57%

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

R = 80.43%
G = 19.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#942400 (or 0x942400) is known color: Falu Red. HEX triplet: 94, 24 and 00. RGB value is (148,36,0). Sum of RGB (Red+Green+Blue) = 148+36+0=184 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.43% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 148 - color contains mainly: red. Hex color #942400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942400 is #6BDBFF. Grayscale: #414141. Windows color (decimal): -7068672 or 9364. OLE color: 9364.

HSL color Cylindrical-coordinate representation of color #942400: hue angle of 14.59º 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 #942400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 0 -
CMYK 0 0.76 1 0.42
HSL 14.59º 1% 0.29% -
HSV(B) 14.59º 1% 0.58% -
XYZ 12.84 7.56 0.78 -
YUV 65.38 91.11 186.93 -
System Red Green Blue C M Y K H S L
Decimal 148 36 0 0 0.76 1 0.42 14.59 1 0.29
Hex 94 24 0 0 4C 64 2A F 64 1D
Octal 224 44 0 0 114 144 52 17 144 35
Binary 10010100 100100 0 0 1001100 1100100 101010 1111 1100100 11101

Color Harmonies of #942400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942400

Black with #942400

Text Example


Text Example

White with #942400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942400; }

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

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

background-color css

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

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

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

border-color css

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

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

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