Html Css Color HEX #95150F Falu Red

📋 copy color: '#95150F'

red 149 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #95150F

Tints of Falu Red #95150F

RGB

 RED value IS 149 (58.59% from 255) = 80.54%

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

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

R = 80.54%
G = 11.35%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95150F (or 0x95150F) is known color: Falu Red. HEX triplet: 95, 15 and 0F. RGB value is (149,21,15). Sum of RGB (Red+Green+Blue) = 149+21+15=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #95150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95150F is #6AEAF0. Grayscale: #3A3A3A. Windows color (decimal): -7006961 or 988565. OLE color: 988565.

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

Color convert

RGB 149 21 15 -
CMYK 0 0.86 0.90 0.42
HSL 2.69º 0.82% 0.32% -
HSV(B) 2.69º 0.9% 0.58% -
XYZ 12.75 6.96 1.12 -
YUV 58.59 103.41 192.49 -
System Red Green Blue C M Y K H S L
Decimal 149 21 15 0 0.86 0.90 0.42 2.69 0.82 0.32
Hex 95 15 F 0 56 5A 2A 3 52 20
Octal 225 25 17 0 126 132 52 3 122 40
Binary 10010101 10101 1111 0 1010110 1011010 101010 11 1010010 100000

Color Harmonies of #95150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95150F

Black with #95150F

Text Example


Text Example

White with #95150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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