Html Css Color HEX #952400 Falu Red

📋 copy color: '#952400'

red 149 ◦ green 36 ◦ blue 0

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

Shades of Falu Red #952400

Tints of Falu Red #952400

RGB

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

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

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

R = 80.54%
G = 19.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#952400 (or 0x952400) is known color: Falu Red. HEX triplet: 95, 24 and 00. RGB value is (149,36,0). Sum of RGB (Red+Green+Blue) = 149+36+0=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #952400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952400 is #6ADBFF. Grayscale: #414141. Windows color (decimal): -7003136 or 9365. OLE color: 9365.

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

Color convert

RGB 149 36 0 -
CMYK 0 0.76 1 0.42
HSL 14.5º 1% 0.29% -
HSV(B) 14.5º 1% 0.58% -
XYZ 13.03 7.65 0.79 -
YUV 65.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 149 36 0 0 0.76 1 0.42 14.5 1 0.29
Hex 95 24 0 0 4C 64 2A E 64 1D
Octal 225 44 0 0 114 144 52 16 144 35
Binary 10010101 100100 0 0 1001100 1100100 101010 1110 1100100 11101

Color Harmonies of #952400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952400

Black with #952400

Text Example


Text Example

White with #952400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952400; }

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

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

background-color css

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

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

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

border-color css

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

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

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