Html Css Color HEX #99150F Falu Red

📋 copy color: '#99150F'

red 153 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #99150F

Tints of Falu Red #99150F

RGB

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

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

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

R = 80.95%
G = 11.11%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99150F (or 0x99150F) is known color: Falu Red. HEX triplet: 99, 15 and 0F. RGB value is (153,21,15). Sum of RGB (Red+Green+Blue) = 153+21+15=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #99150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99150F is #66EAF0. Grayscale: #3B3B3B. Windows color (decimal): -6744817 or 988569. OLE color: 988569.

HSL color Cylindrical-coordinate representation of color #99150F: hue angle of 2.61º 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 #99150F is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 15 -
CMYK 0 0.86 0.90 0.4
HSL 2.61º 0.82% 0.33% -
HSV(B) 2.61º 0.9% 0.6% -
XYZ 13.49 7.34 1.16 -
YUV 59.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 153 21 15 0 0.86 0.90 0.4 2.61 0.82 0.33
Hex 99 15 F 0 56 5A 28 3 52 21
Octal 231 25 17 0 126 132 50 3 122 41
Binary 10011001 10101 1111 0 1010110 1011010 101000 11 1010010 100001

Color Harmonies of #99150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99150F

Black with #99150F

Text Example


Text Example

White with #99150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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