Html Css Color HEX #96150D Falu Red

📋 copy color: '#96150D'

red 150 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #96150D

Tints of Falu Red #96150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

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

R = 81.52%
G = 11.41%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96150D (or 0x96150D) is known color: Falu Red. HEX triplet: 96, 15 and 0D. RGB value is (150,21,13). Sum of RGB (Red+Green+Blue) = 150+21+13=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #96150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96150D is #69EAF2. Grayscale: #3A3A3A. Windows color (decimal): -6941427 or 857494. OLE color: 857494.

HSL color Cylindrical-coordinate representation of color #96150D: hue angle of 3.5º 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 #96150D is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 21 13 -
CMYK 0 0.86 0.91 0.41
HSL 3.5º 0.84% 0.32% -
HSV(B) 3.5º 0.91% 0.59% -
XYZ 12.92 7.05 1.06 -
YUV 58.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 150 21 13 0 0.86 0.91 0.41 3.5 0.84 0.32
Hex 96 15 D 0 56 5B 29 4 54 20
Octal 226 25 15 0 126 133 51 4 124 40
Binary 10010110 10101 1101 0 1010110 1011011 101001 100 1010100 100000

Color Harmonies of #96150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96150D

Black with #96150D

Text Example


Text Example

White with #96150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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