Html Css Color HEX #952105 Falu Red

📋 copy color: '#952105'

red 149 ◦ green 33 ◦ blue 5

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

Shades of Falu Red #952105

Tints of Falu Red #952105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 79.68%
G = 17.65%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#952105 (or 0x952105) is known color: Falu Red. HEX triplet: 95, 21 and 05. RGB value is (149,33,5). Sum of RGB (Red+Green+Blue) = 149+33+5=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #952105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952105 is #6ADEFA. Grayscale: #404040. Windows color (decimal): -7003899 or 336277. OLE color: 336277.

HSL color Cylindrical-coordinate representation of color #952105: hue angle of 11.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #952105 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 5 -
CMYK 0 0.78 0.97 0.42
HSL 11.67º 0.94% 0.3% -
HSV(B) 11.67º 0.97% 0.58% -
XYZ 12.97 7.49 0.91 -
YUV 64.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 149 33 5 0 0.78 0.97 0.42 11.67 0.94 0.3
Hex 95 21 5 0 4E 61 2A C 5E 1E
Octal 225 41 5 0 116 141 52 14 136 36
Binary 10010101 100001 101 0 1001110 1100001 101010 1100 1011110 11110

Color Harmonies of #952105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952105

Black with #952105

Text Example


Text Example

White with #952105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952105; }

 p { color: rgb(149,33,5); }

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

background-color css

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

 a { background-color: rgb(149,33,5); }

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

border-color css

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

 span { border-color: rgb(149,33,5); }

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