Html Css Color HEX #93210A Falu Red

📋 copy color: '#93210A'

red 147 ◦ green 33 ◦ blue 10

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

Shades of Falu Red #93210A

Tints of Falu Red #93210A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

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

R = 77.37%
G = 17.37%
B = 5.26%

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

#93210A (or 0x93210A) is known color: Falu Red. HEX triplet: 93, 21 and 0A. RGB value is (147,33,10). Sum of RGB (Red+Green+Blue) = 147+33+10=190 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.37% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 147 - color contains mainly: red. Hex color #93210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93210A is #6CDEF5. Grayscale: #404040. Windows color (decimal): -7134966 or 663955. OLE color: 663955.

HSL color Cylindrical-coordinate representation of color #93210A: hue angle of 10.07º 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 #93210A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 33 10 -
CMYK 0 0.78 0.93 0.42
HSL 10.07º 0.87% 0.31% -
HSV(B) 10.07º 0.93% 0.58% -
XYZ 12.63 7.31 1.03 -
YUV 64.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 147 33 10 0 0.78 0.93 0.42 10.07 0.87 0.31
Hex 93 21 A 0 4E 5D 2A A 57 1F
Octal 223 41 12 0 116 135 52 12 127 37
Binary 10010011 100001 1010 0 1001110 1011101 101010 1010 1010111 11111

Color Harmonies of #93210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93210A

Black with #93210A

Text Example


Text Example

White with #93210A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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