Html Css Color HEX #932201 Falu Red

📋 copy color: '#932201'

red 147 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #932201

Tints of Falu Red #932201

RGB

 RED value IS 147 (57.81% from 255) = 80.77%

 GREEN value IS 34 (13.67% from 255) = 18.68%

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

R = 80.77%
G = 18.68%
B = 0.55%

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

#932201 (or 0x932201) is known color: Falu Red. HEX triplet: 93, 22 and 01. RGB value is (147,34,1). Sum of RGB (Red+Green+Blue) = 147+34+1=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #932201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932201 is #6CDDFE. Grayscale: #404040. Windows color (decimal): -7134719 or 74387. OLE color: 74387.

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

Color convert

RGB 147 34 1 -
CMYK 0 0.77 0.99 0.42
HSL 13.56º 0.99% 0.29% -
HSV(B) 13.56º 0.99% 0.58% -
XYZ 12.61 7.35 0.78 -
YUV 64.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 147 34 1 0 0.77 0.99 0.42 13.56 0.99 0.29
Hex 93 22 1 0 4D 63 2A E 63 1D
Octal 223 42 1 0 115 143 52 16 143 35
Binary 10010011 100010 1 0 1001101 1100011 101010 1110 1100011 11101

Color Harmonies of #932201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932201

Black with #932201

Text Example


Text Example

White with #932201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932201; }

 p { color: rgb(147,34,1); }

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

background-color css

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

 a { background-color: rgb(147,34,1); }

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

border-color css

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

 span { border-color: rgb(147,34,1); }

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