Html Css Color HEX #961A0D Falu Red

📋 copy color: '#961A0D'

red 150 ◦ green 26 ◦ blue 13

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

Shades of Falu Red #961A0D

Tints of Falu Red #961A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.76%

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 79.37%
G = 13.76%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#961A0D (or 0x961A0D) is known color: Falu Red. HEX triplet: 96, 1A and 0D. RGB value is (150,26,13). Sum of RGB (Red+Green+Blue) = 150+26+13=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #961A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961A0D is #69E5F2. Grayscale: #3D3D3D. Windows color (decimal): -6940147 or 858774. OLE color: 858774.

HSL color Cylindrical-coordinate representation of color #961A0D: hue angle of 5.69º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #961A0D is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 26 13 -
CMYK 0 0.83 0.91 0.41
HSL 5.69º 0.84% 0.32% -
HSV(B) 5.69º 0.91% 0.59% -
XYZ 13.02 7.25 1.09 -
YUV 61.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 150 26 13 0 0.83 0.91 0.41 5.69 0.84 0.32
Hex 96 1A D 0 53 5B 29 6 54 20
Octal 226 32 15 0 123 133 51 6 124 40
Binary 10010110 11010 1101 0 1010011 1011011 101001 110 1010100 100000

Color Harmonies of #961A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961A0D

Black with #961A0D

Text Example


Text Example

White with #961A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,26,13); }

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

background-color css

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

 a { background-color: rgb(150,26,13); }

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

border-color css

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

 span { border-color: rgb(150,26,13); }

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