Html Css Color HEX #961D05 Falu Red

📋 copy color: '#961D05'

red 150 ◦ green 29 ◦ blue 5

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

Shades of Falu Red #961D05

Tints of Falu Red #961D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.76%

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

R = 81.52%
G = 15.76%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#961D05 (or 0x961D05) is known color: Falu Red. HEX triplet: 96, 1D and 05. RGB value is (150,29,5). Sum of RGB (Red+Green+Blue) = 150+29+5=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #961D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961D05 is #69E2FA. Grayscale: #3E3E3E. Windows color (decimal): -6939387 or 335254. OLE color: 335254.

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

Color convert

RGB 150 29 5 -
CMYK 0 0.81 0.97 0.41
HSL 9.93º 0.94% 0.3% -
HSV(B) 9.93º 0.97% 0.59% -
XYZ 13.04 7.37 0.88 -
YUV 62.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 150 29 5 0 0.81 0.97 0.41 9.93 0.94 0.3
Hex 96 1D 5 0 51 61 29 A 5E 1E
Octal 226 35 5 0 121 141 51 12 136 36
Binary 10010110 11101 101 0 1010001 1100001 101001 1010 1011110 11110

Color Harmonies of #961D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D05

Black with #961D05

Text Example


Text Example

White with #961D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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