Html Css Color HEX #96110F Falu Red

📋 copy color: '#96110F'

red 150 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #96110F

Tints of Falu Red #96110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 82.42%
G = 9.34%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96110F (or 0x96110F) is known color: Falu Red. HEX triplet: 96, 11 and 0F. RGB value is (150,17,15). Sum of RGB (Red+Green+Blue) = 150+17+15=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #96110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96110F is #69EEF0. Grayscale: #383838. Windows color (decimal): -6942449 or 987542. OLE color: 987542.

HSL color Cylindrical-coordinate representation of color #96110F: hue angle of 0.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96110F is Cyan = 0, Magento = 0.89, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 15 -
CMYK 0 0.89 0.9 0.41
HSL 0.89º 0.82% 0.32% -
HSV(B) 0.89º 0.9% 0.59% -
XYZ 12.86 6.92 1.11 -
YUV 56.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 150 17 15 0 0.89 0.9 0.41 0.89 0.82 0.32
Hex 96 11 F 0 59 5A 29 1 52 20
Octal 226 21 17 0 131 132 51 1 122 40
Binary 10010110 10001 1111 0 1011001 1011010 101001 1 1010010 100000

Color Harmonies of #96110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96110F

Black with #96110F

Text Example


Text Example

White with #96110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96110F; }

 p { color: rgb(150,17,15); }

 H1.HeaderClassName
 {
   color: #96110F;
 }
 .AnyTagClassName
 {
   color: #96110F;
 }
</style>

background-color css

<style>
 a { background-color: #96110F; }

 a { background-color: rgb(150,17,15); }

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

border-color css

<style>
 span { border-color: #96110F; }

 span { border-color: rgb(150,17,15); }

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