Html Css Color HEX #942007 Falu Red

📋 copy color: '#942007'

red 148 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #942007

Tints of Falu Red #942007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.74%

R = 79.14%
G = 17.11%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#942007 (or 0x942007) is known color: Falu Red. HEX triplet: 94, 20 and 07. RGB value is (148,32,7). Sum of RGB (Red+Green+Blue) = 148+32+7=187 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.14% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 148 - color contains mainly: red. Hex color #942007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942007 is #6BDFF8. Grayscale: #404040. Windows color (decimal): -7069689 or 467092. OLE color: 467092.

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

Color convert

RGB 148 32 7 -
CMYK 0 0.78 0.95 0.42
HSL 10.64º 0.91% 0.3% -
HSV(B) 10.64º 0.95% 0.58% -
XYZ 12.77 7.34 0.95 -
YUV 63.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 148 32 7 0 0.78 0.95 0.42 10.64 0.91 0.3
Hex 94 20 7 0 4E 5F 2A B 5B 1E
Octal 224 40 7 0 116 137 52 13 133 36
Binary 10010100 100000 111 0 1001110 1011111 101010 1011 1011011 11110

Color Harmonies of #942007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942007

Black with #942007

Text Example


Text Example

White with #942007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942007; }

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

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

background-color css

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

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

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

border-color css

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

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

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