Html Css Color HEX #952100 Falu Red

📋 copy color: '#952100'

red 149 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #952100

Tints of Falu Red #952100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.87%
G = 18.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#952100 (or 0x952100) is known color: Falu Red. HEX triplet: 95, 21 and 00. RGB value is (149,33,0). Sum of RGB (Red+Green+Blue) = 149+33+0=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #952100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952100 is #6ADEFF. Grayscale: #404040. Windows color (decimal): -7003904 or 8597. OLE color: 8597.

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

Color convert

RGB 149 33 0 -
CMYK 0 0.78 1 0.42
HSL 13.29º 1% 0.29% -
HSV(B) 13.29º 1% 0.58% -
XYZ 12.94 7.48 0.76 -
YUV 63.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 149 33 0 0 0.78 1 0.42 13.29 1 0.29
Hex 95 21 0 0 4E 64 2A D 64 1D
Octal 225 41 0 0 116 144 52 15 144 35
Binary 10010101 100001 0 0 1001110 1100100 101010 1101 1100100 11101

Color Harmonies of #952100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952100

Black with #952100

Text Example


Text Example

White with #952100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952100; }

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

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

background-color css

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

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

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

border-color css

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

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

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