Html Css Color HEX #961F05 Falu Red

📋 copy color: '#961F05'

red 150 ◦ green 31 ◦ blue 5

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

Shades of Falu Red #961F05

Tints of Falu Red #961F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.67%

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

R = 80.65%
G = 16.67%
B = 2.69%

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

#961F05 (or 0x961F05) is known color: Falu Red. HEX triplet: 96, 1F and 05. RGB value is (150,31,5). Sum of RGB (Red+Green+Blue) = 150+31+5=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #961F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961F05 is #69E0FA. Grayscale: #3F3F3F. Windows color (decimal): -6938875 or 335766. OLE color: 335766.

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

Color convert

RGB 150 31 5 -
CMYK 0 0.79 0.97 0.41
HSL 10.76º 0.94% 0.3% -
HSV(B) 10.76º 0.97% 0.59% -
XYZ 13.1 7.47 0.9 -
YUV 63.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 150 31 5 0 0.79 0.97 0.41 10.76 0.94 0.3
Hex 96 1F 5 0 4F 61 29 B 5E 1E
Octal 226 37 5 0 117 141 51 13 136 36
Binary 10010110 11111 101 0 1001111 1100001 101001 1011 1011110 11110

Color Harmonies of #961F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F05

Black with #961F05

Text Example


Text Example

White with #961F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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