Html Css Color HEX #942500 Falu Red

📋 copy color: '#942500'

red 148 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #942500

Tints of Falu Red #942500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

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

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#942500 (or 0x942500) is known color: Falu Red. HEX triplet: 94, 25 and 00. RGB value is (148,37,0). Sum of RGB (Red+Green+Blue) = 148+37+0=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #942500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942500 is #6BDAFF. Grayscale: #424242. Windows color (decimal): -7068416 or 9620. OLE color: 9620.

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

Color convert

RGB 148 37 0 -
CMYK 0 0.75 1 0.42
HSL 15º 1% 0.29% -
HSV(B) 15º 1% 0.58% -
XYZ 12.87 7.62 0.79 -
YUV 65.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 148 37 0 0 0.75 1 0.42 15 1 0.29
Hex 94 25 0 0 4B 64 2A F 64 1D
Octal 224 45 0 0 113 144 52 17 144 35
Binary 10010100 100101 0 0 1001011 1100100 101010 1111 1100100 11101

Color Harmonies of #942500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942500

Black with #942500

Text Example


Text Example

White with #942500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942500; }

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

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

background-color css

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

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

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

border-color css

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

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

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