Html Css Color HEX #932503 Falu Red

📋 copy color: '#932503'

red 147 ◦ green 37 ◦ blue 3

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

Shades of Falu Red #932503

Tints of Falu Red #932503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 78.61%
G = 19.79%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#932503 (or 0x932503) is known color: Falu Red. HEX triplet: 93, 25 and 03. RGB value is (147,37,3). Sum of RGB (Red+Green+Blue) = 147+37+3=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #932503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932503 is #6CDAFC. Grayscale: #424242. Windows color (decimal): -7133949 or 206227. OLE color: 206227.

HSL color Cylindrical-coordinate representation of color #932503: hue angle of 14.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #932503 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 37 3 -
CMYK 0 0.75 0.98 0.42
HSL 14.17º 0.96% 0.29% -
HSV(B) 14.17º 0.98% 0.58% -
XYZ 12.71 7.53 0.87 -
YUV 66.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 147 37 3 0 0.75 0.98 0.42 14.17 0.96 0.29
Hex 93 25 3 0 4B 62 2A E 60 1D
Octal 223 45 3 0 113 142 52 16 140 35
Binary 10010011 100101 11 0 1001011 1100010 101010 1110 1100000 11101

Color Harmonies of #932503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932503

Black with #932503

Text Example


Text Example

White with #932503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932503; }

 p { color: rgb(147,37,3); }

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

background-color css

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

 a { background-color: rgb(147,37,3); }

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

border-color css

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

 span { border-color: rgb(147,37,3); }

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