Html Css Color HEX #96130F Falu Red

📋 copy color: '#96130F'

red 150 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #96130F

Tints of Falu Red #96130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 81.52%
G = 10.33%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96130F (or 0x96130F) is known color: Falu Red. HEX triplet: 96, 13 and 0F. RGB value is (150,19,15). Sum of RGB (Red+Green+Blue) = 150+19+15=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #96130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96130F is #69ECF0. Grayscale: #393939. Windows color (decimal): -6941937 or 988054. OLE color: 988054.

HSL color Cylindrical-coordinate representation of color #96130F: hue angle of 1.78º 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 #96130F is Cyan = 0, Magento = 0.87, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 15 -
CMYK 0 0.87 0.9 0.41
HSL 1.78º 0.82% 0.32% -
HSV(B) 1.78º 0.9% 0.59% -
XYZ 12.9 6.98 1.12 -
YUV 57.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 150 19 15 0 0.87 0.9 0.41 1.78 0.82 0.32
Hex 96 13 F 0 57 5A 29 2 52 20
Octal 226 23 17 0 127 132 51 2 122 40
Binary 10010110 10011 1111 0 1010111 1011010 101001 10 1010010 100000

Color Harmonies of #96130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96130F

Black with #96130F

Text Example


Text Example

White with #96130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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