Html Css Color HEX #952500 Falu Red

📋 copy color: '#952500'

red 149 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #952500

Tints of Falu Red #952500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 80.11%
G = 19.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#952500 (or 0x952500) is known color: Falu Red. HEX triplet: 95, 25 and 00. RGB value is (149,37,0). Sum of RGB (Red+Green+Blue) = 149+37+0=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #952500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952500 is #6ADAFF. Grayscale: #424242. Windows color (decimal): -7002880 or 9621. OLE color: 9621.

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

Color convert

RGB 149 37 0 -
CMYK 0 0.75 1 0.42
HSL 14.9º 1% 0.29% -
HSV(B) 14.9º 1% 0.58% -
XYZ 13.06 7.71 0.8 -
YUV 66.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 149 37 0 0 0.75 1 0.42 14.9 1 0.29
Hex 95 25 0 0 4B 64 2A F 64 1D
Octal 225 45 0 0 113 144 52 17 144 35
Binary 10010101 100101 0 0 1001011 1100100 101010 1111 1100100 11101

Color Harmonies of #952500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952500

Black with #952500

Text Example


Text Example

White with #952500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952500; }

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

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

background-color css

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

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

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

border-color css

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

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

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