Html Css Color HEX #91210D Falu Red

📋 copy color: '#91210D'

red 145 ◦ green 33 ◦ blue 13

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

Shades of Falu Red #91210D

Tints of Falu Red #91210D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 75.92%
G = 17.28%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#91210D (or 0x91210D) is known color: Falu Red. HEX triplet: 91, 21 and 0D. RGB value is (145,33,13). Sum of RGB (Red+Green+Blue) = 145+33+13=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #91210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91210D is #6EDEF2. Grayscale: #404040. Windows color (decimal): -7266035 or 860561. OLE color: 860561.

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

Color convert

RGB 145 33 13 -
CMYK 0 0.77 0.91 0.43
HSL 9.09º 0.84% 0.31% -
HSV(B) 9.09º 0.91% 0.57% -
XYZ 12.29 7.14 1.11 -
YUV 64.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 145 33 13 0 0.77 0.91 0.43 9.09 0.84 0.31
Hex 91 21 D 0 4D 5B 2B 9 54 1F
Octal 221 41 15 0 115 133 53 11 124 37
Binary 10010001 100001 1101 0 1001101 1011011 101011 1001 1010100 11111

Color Harmonies of #91210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91210D

Black with #91210D

Text Example


Text Example

White with #91210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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