Html Css Color HEX #961B05 Falu Red

📋 copy color: '#961B05'

red 150 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #961B05

Tints of Falu Red #961B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.84%

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

R = 82.42%
G = 14.84%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#961B05 (or 0x961B05) is known color: Falu Red. HEX triplet: 96, 1B and 05. RGB value is (150,27,5). Sum of RGB (Red+Green+Blue) = 150+27+5=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #961B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B05 is #69E4FA. Grayscale: #3D3D3D. Windows color (decimal): -6939899 or 334742. OLE color: 334742.

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

Color convert

RGB 150 27 5 -
CMYK 0 0.82 0.97 0.41
HSL 9.1º 0.94% 0.3% -
HSV(B) 9.1º 0.97% 0.59% -
XYZ 13 7.28 0.86 -
YUV 61.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 150 27 5 0 0.82 0.97 0.41 9.1 0.94 0.3
Hex 96 1B 5 0 52 61 29 9 5E 1E
Octal 226 33 5 0 122 141 51 11 136 36
Binary 10010110 11011 101 0 1010010 1100001 101001 1001 1011110 11110

Color Harmonies of #961B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961B05

Black with #961B05

Text Example


Text Example

White with #961B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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