Html Css Color HEX #951810 Falu Red

📋 copy color: '#951810'

red 149 ◦ green 24 ◦ blue 16

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

Shades of Falu Red #951810

Tints of Falu Red #951810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 78.84%
G = 12.7%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951810 (or 0x951810) is known color: Falu Red. HEX triplet: 95, 18 and 10. RGB value is (149,24,16). Sum of RGB (Red+Green+Blue) = 149+24+16=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951810 is #6AE7EF. Grayscale: #3C3C3C. Windows color (decimal): -7006192 or 1054869. OLE color: 1054869.

HSL color Cylindrical-coordinate representation of color #951810: hue angle of 3.61º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951810 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 16 -
CMYK 0 0.84 0.89 0.42
HSL 3.61º 0.81% 0.32% -
HSV(B) 3.61º 0.89% 0.58% -
XYZ 12.81 7.08 1.18 -
YUV 60.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 149 24 16 0 0.84 0.89 0.42 3.61 0.81 0.32
Hex 95 18 10 0 54 59 2A 4 51 20
Octal 225 30 20 0 124 131 52 4 121 40
Binary 10010101 11000 10000 0 1010100 1011001 101010 100 1010001 100000

Color Harmonies of #951810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951810

Black with #951810

Text Example


Text Example

White with #951810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951810; }

 p { color: rgb(149,24,16); }

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

background-color css

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

 a { background-color: rgb(149,24,16); }

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

border-color css

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

 span { border-color: rgb(149,24,16); }

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