Html Css Color HEX #962400 Falu Red

📋 copy color: '#962400'

red 150 ◦ green 36 ◦ blue 0

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

Shades of Falu Red #962400

Tints of Falu Red #962400

RGB

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

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

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

R = 80.65%
G = 19.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#962400 (or 0x962400) is known color: Falu Red. HEX triplet: 96, 24 and 00. RGB value is (150,36,0). Sum of RGB (Red+Green+Blue) = 150+36+0=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #962400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962400 is #69DBFF. Grayscale: #424242. Windows color (decimal): -6937600 or 9366. OLE color: 9366.

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

Color convert

RGB 150 36 0 -
CMYK 0 0.76 1 0.41
HSL 14.4º 1% 0.29% -
HSV(B) 14.4º 1% 0.59% -
XYZ 13.21 7.75 0.8 -
YUV 65.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 150 36 0 0 0.76 1 0.41 14.4 1 0.29
Hex 96 24 0 0 4C 64 29 E 64 1D
Octal 226 44 0 0 114 144 51 16 144 35
Binary 10010110 100100 0 0 1001100 1100100 101001 1110 1100100 11101

Color Harmonies of #962400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962400

Black with #962400

Text Example


Text Example

White with #962400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962400; }

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

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

background-color css

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

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

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

border-color css

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

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

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