Html Css Color HEX #932502 Falu Red

📋 copy color: '#932502'

red 147 ◦ green 37 ◦ blue 2

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

Shades of Falu Red #932502

Tints of Falu Red #932502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 79.03%
G = 19.89%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#932502 (or 0x932502) is known color: Falu Red. HEX triplet: 93, 25 and 02. RGB value is (147,37,2). Sum of RGB (Red+Green+Blue) = 147+37+2=186 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.03% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 147 - color contains mainly: red. Hex color #932502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932502 is #6CDAFD. Grayscale: #424242. Windows color (decimal): -7133950 or 140691. OLE color: 140691.

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

Color convert

RGB 147 37 2 -
CMYK 0 0.75 0.99 0.42
HSL 14.48º 0.97% 0.29% -
HSV(B) 14.48º 0.99% 0.58% -
XYZ 12.71 7.53 0.84 -
YUV 65.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 147 37 2 0 0.75 0.99 0.42 14.48 0.97 0.29
Hex 93 25 2 0 4B 63 2A E 61 1D
Octal 223 45 2 0 113 143 52 16 141 35
Binary 10010011 100101 10 0 1001011 1100011 101010 1110 1100001 11101

Color Harmonies of #932502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932502

Black with #932502

Text Example


Text Example

White with #932502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932502; }

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

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

background-color css

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

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

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

border-color css

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

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

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