Html Css Color HEX #93200A Falu Red

📋 copy color: '#93200A'

red 147 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #93200A

Tints of Falu Red #93200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 10 (4.3% from 255) = 5.29%

R = 77.78%
G = 16.93%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#93200A (or 0x93200A) is known color: Falu Red. HEX triplet: 93, 20 and 0A. RGB value is (147,32,10). Sum of RGB (Red+Green+Blue) = 147+32+10=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #93200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93200A is #6CDFF5. Grayscale: #404040. Windows color (decimal): -7135222 or 663699. OLE color: 663699.

HSL color Cylindrical-coordinate representation of color #93200A: hue angle of 9.64º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93200A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 10 -
CMYK 0 0.78 0.93 0.42
HSL 9.64º 0.87% 0.31% -
HSV(B) 9.64º 0.93% 0.58% -
XYZ 12.6 7.26 1.02 -
YUV 63.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 147 32 10 0 0.78 0.93 0.42 9.64 0.87 0.31
Hex 93 20 A 0 4E 5D 2A A 57 1F
Octal 223 40 12 0 116 135 52 12 127 37
Binary 10010011 100000 1010 0 1001110 1011101 101010 1010 1010111 11111

Color Harmonies of #93200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93200A

Black with #93200A

Text Example


Text Example

White with #93200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93200A; }

 p { color: rgb(147,32,10); }

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

background-color css

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

 a { background-color: rgb(147,32,10); }

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

border-color css

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

 span { border-color: rgb(147,32,10); }

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