Html Css Color HEX #952301 Falu Red

📋 copy color: '#952301'

red 149 ◦ green 35 ◦ blue 1

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

Shades of Falu Red #952301

Tints of Falu Red #952301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 80.54%
G = 18.92%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952301 (or 0x952301) is known color: Falu Red. HEX triplet: 95, 23 and 01. RGB value is (149,35,1). Sum of RGB (Red+Green+Blue) = 149+35+1=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #952301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952301 is #6ADCFE. Grayscale: #414141. Windows color (decimal): -7003391 or 74645. OLE color: 74645.

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

Color convert

RGB 149 35 1 -
CMYK 0 0.77 0.99 0.42
HSL 13.78º 0.99% 0.29% -
HSV(B) 13.78º 0.99% 0.58% -
XYZ 13 7.59 0.81 -
YUV 65.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 149 35 1 0 0.77 0.99 0.42 13.78 0.99 0.29
Hex 95 23 1 0 4D 63 2A E 63 1D
Octal 225 43 1 0 115 143 52 16 143 35
Binary 10010101 100011 1 0 1001101 1100011 101010 1110 1100011 11101

Color Harmonies of #952301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952301

Black with #952301

Text Example


Text Example

White with #952301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952301; }

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

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

background-color css

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

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

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

border-color css

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

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

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