Html Css Color HEX #99130F Falu Red

📋 copy color: '#99130F'

red 153 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #99130F

Tints of Falu Red #99130F

RGB

 RED value IS 153 (60.16% from 255) = 81.82%

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

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

R = 81.82%
G = 10.16%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99130F (or 0x99130F) is known color: Falu Red. HEX triplet: 99, 13 and 0F. RGB value is (153,19,15). Sum of RGB (Red+Green+Blue) = 153+19+15=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #99130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99130F is #66ECF0. Grayscale: #3A3A3A. Windows color (decimal): -6745329 or 988057. OLE color: 988057.

HSL color Cylindrical-coordinate representation of color #99130F: hue angle of 1.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99130F is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 15 -
CMYK 0 0.88 0.90 0.4
HSL 1.74º 0.82% 0.33% -
HSV(B) 1.74º 0.9% 0.6% -
XYZ 13.46 7.27 1.15 -
YUV 58.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 153 19 15 0 0.88 0.90 0.4 1.74 0.82 0.33
Hex 99 13 F 0 58 5A 28 2 52 21
Octal 231 23 17 0 130 132 50 2 122 41
Binary 10011001 10011 1111 0 1011000 1011010 101000 10 1010010 100001

Color Harmonies of #99130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99130F

Black with #99130F

Text Example


Text Example

White with #99130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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