#952101

Color #952101 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #952101

Tints of Falu Red #952101

Color information

#952101 (or 0x952101) is unknown color: approx Falu Red. HEX triplet: 95, 21 and 01. RGB value is (149,33,1). Sum of RGB (Red+Green+Blue) = 149+33+1=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #952101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952101 is #6ADEFE. Grayscale: #404040. Windows color (decimal): -7003903 or 74133. OLE color: 74133.

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

Color convert

RGB149331-
CMYK00.780.990.42
HSL12.97º98.67%29.41%-
HSV(B)12.97º99.33%58.43%-
XYZ12.947.480.79-
YUV64.0492.43188.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 81.42%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=81.42%
G=18.03%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14933100.780.990.4212.9798.6729.41
Hex9521104E632Ad631d
Octal2254110116143521514335
Binary1001010110000110100111011000111010101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952101; }

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

 H1.HeaderClassName
 {
   color: #952101;
 }
 .AnyTagClassName
 {
   color: #952101;
 }
</style>
background-color css

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

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

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

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

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

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