Html Css Color HEX #962004 Falu Red

📋 copy color: '#962004'

red 150 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #962004

Tints of Falu Red #962004

RGB

 RED value IS 150 (58.98% from 255) = 80.65%

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

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 80.65%
G = 17.2%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#962004 (or 0x962004) is known color: Falu Red. HEX triplet: 96, 20 and 04. RGB value is (150,32,4). Sum of RGB (Red+Green+Blue) = 150+32+4=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #962004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962004 is #69DFFB. Grayscale: #404040. Windows color (decimal): -6938620 or 270486. OLE color: 270486.

HSL color Cylindrical-coordinate representation of color #962004: hue angle of 11.51º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #962004 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 4 -
CMYK 0 0.79 0.97 0.41
HSL 11.51º 0.95% 0.3% -
HSV(B) 11.51º 0.97% 0.59% -
XYZ 13.12 7.53 0.88 -
YUV 64.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 150 32 4 0 0.79 0.97 0.41 11.51 0.95 0.3
Hex 96 20 4 0 4F 61 29 C 5F 1E
Octal 226 40 4 0 117 141 51 14 137 36
Binary 10010110 100000 100 0 1001111 1100001 101001 1100 1011111 11110

Color Harmonies of #962004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962004

Black with #962004

Text Example


Text Example

White with #962004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962004; }

 p { color: rgb(150,32,4); }

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

background-color css

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

 a { background-color: rgb(150,32,4); }

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

border-color css

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

 span { border-color: rgb(150,32,4); }

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