Html Css Color HEX #91210C Falu Red

📋 copy color: '#91210C'

red 145 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #91210C

Tints of Falu Red #91210C

RGB

 RED value IS 145 (57.03% from 255) = 76.32%

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

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 76.32%
G = 17.37%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91210C (or 0x91210C) is known color: Falu Red. HEX triplet: 91, 21 and 0C. RGB value is (145,33,12). Sum of RGB (Red+Green+Blue) = 145+33+12=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #91210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91210C is #6EDEF3. Grayscale: #404040. Windows color (decimal): -7266036 or 795025. OLE color: 795025.

HSL color Cylindrical-coordinate representation of color #91210C: hue angle of 9.47º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91210C is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 33 12 -
CMYK 0 0.77 0.92 0.43
HSL 9.47º 0.85% 0.31% -
HSV(B) 9.47º 0.92% 0.57% -
XYZ 12.29 7.13 1.08 -
YUV 64.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 145 33 12 0 0.77 0.92 0.43 9.47 0.85 0.31
Hex 91 21 C 0 4D 5C 2B 9 55 1F
Octal 221 41 14 0 115 134 53 11 125 37
Binary 10010001 100001 1100 0 1001101 1011100 101011 1001 1010101 11111

Color Harmonies of #91210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91210C

Black with #91210C

Text Example


Text Example

White with #91210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91210C; }

 p { color: rgb(145,33,12); }

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

background-color css

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

 a { background-color: rgb(145,33,12); }

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

border-color css

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

 span { border-color: rgb(145,33,12); }

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