Html Css Color HEX #952401 Falu Red

📋 copy color: '#952401'

red 149 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #952401

Tints of Falu Red #952401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 80.11%
G = 19.35%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952401 (or 0x952401) is known color: Falu Red. HEX triplet: 95, 24 and 01. RGB value is (149,36,1). Sum of RGB (Red+Green+Blue) = 149+36+1=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #952401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952401 is #6ADBFE. Grayscale: #424242. Windows color (decimal): -7003135 or 74901. OLE color: 74901.

HSL color Cylindrical-coordinate representation of color #952401: hue angle of 14.19º 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 #952401 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 1 -
CMYK 0 0.76 0.99 0.42
HSL 14.19º 0.99% 0.29% -
HSV(B) 14.19º 0.99% 0.58% -
XYZ 13.03 7.65 0.82 -
YUV 65.8 91.44 187.35 -
System Red Green Blue C M Y K H S L
Decimal 149 36 1 0 0.76 0.99 0.42 14.19 0.99 0.29
Hex 95 24 1 0 4C 63 2A E 63 1D
Octal 225 44 1 0 114 143 52 16 143 35
Binary 10010101 100100 1 0 1001100 1100011 101010 1110 1100011 11101

Color Harmonies of #952401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952401

Black with #952401

Text Example


Text Example

White with #952401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952401; }

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

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

background-color css

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

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

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

border-color css

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

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

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