Html Css Color HEX #962005 Falu Red

📋 copy color: '#962005'

red 150 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #962005

Tints of Falu Red #962005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 80.21%
G = 17.11%
B = 2.67%

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

#962005 (or 0x962005) is known color: Falu Red. HEX triplet: 96, 20 and 05. RGB value is (150,32,5). Sum of RGB (Red+Green+Blue) = 150+32+5=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #962005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962005 is #69DFFA. Grayscale: #404040. Windows color (decimal): -6938619 or 336022. OLE color: 336022.

HSL color Cylindrical-coordinate representation of color #962005: hue angle of 11.17º degrees, saturation: 0.94, 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 #962005 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 5 -
CMYK 0 0.79 0.97 0.41
HSL 11.17º 0.94% 0.3% -
HSV(B) 11.17º 0.97% 0.59% -
XYZ 13.12 7.53 0.91 -
YUV 64.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 150 32 5 0 0.79 0.97 0.41 11.17 0.94 0.3
Hex 96 20 5 0 4F 61 29 B 5E 1E
Octal 226 40 5 0 117 141 51 13 136 36
Binary 10010110 100000 101 0 1001111 1100001 101001 1011 1011110 11110

Color Harmonies of #962005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962005

Black with #962005

Text Example


Text Example

White with #962005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962005; }

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

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

background-color css

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

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

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

border-color css

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

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

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