Html Css Color HEX #962201 Falu Red

📋 copy color: '#962201'

red 150 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #962201

Tints of Falu Red #962201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 81.08%
G = 18.38%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#962201 (or 0x962201) is known color: Falu Red. HEX triplet: 96, 22 and 01. RGB value is (150,34,1). Sum of RGB (Red+Green+Blue) = 150+34+1=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #962201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962201 is #69DDFE. Grayscale: #414141. Windows color (decimal): -6938111 or 74390. OLE color: 74390.

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

Color convert

RGB 150 34 1 -
CMYK 0 0.77 0.99 0.41
HSL 13.29º 0.99% 0.3% -
HSV(B) 13.29º 0.99% 0.59% -
XYZ 13.16 7.63 0.81 -
YUV 64.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 150 34 1 0 0.77 0.99 0.41 13.29 0.99 0.3
Hex 96 22 1 0 4D 63 29 D 63 1E
Octal 226 42 1 0 115 143 51 15 143 36
Binary 10010110 100010 1 0 1001101 1100011 101001 1101 1100011 11110

Color Harmonies of #962201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962201

Black with #962201

Text Example


Text Example

White with #962201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962201; }

 p { color: rgb(150,34,1); }

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

background-color css

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

 a { background-color: rgb(150,34,1); }

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

border-color css

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

 span { border-color: rgb(150,34,1); }

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