Html Css Color HEX #91210B Falu Red

📋 copy color: '#91210B'

red 145 ◦ green 33 ◦ blue 11

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

Shades of Falu Red #91210B

Tints of Falu Red #91210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 76.72%
G = 17.46%
B = 5.82%

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

#91210B (or 0x91210B) is known color: Falu Red. HEX triplet: 91, 21 and 0B. RGB value is (145,33,11). Sum of RGB (Red+Green+Blue) = 145+33+11=189 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.72% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 145 - color contains mainly: red. Hex color #91210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91210B is #6EDEF4. Grayscale: #404040. Windows color (decimal): -7266037 or 729489. OLE color: 729489.

HSL color Cylindrical-coordinate representation of color #91210B: hue angle of 9.85º degrees, saturation: 0.86, 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 #91210B is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 33 11 -
CMYK 0 0.77 0.92 0.43
HSL 9.85º 0.86% 0.31% -
HSV(B) 9.85º 0.92% 0.57% -
XYZ 12.28 7.13 1.05 -
YUV 63.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 145 33 11 0 0.77 0.92 0.43 9.85 0.86 0.31
Hex 91 21 B 0 4D 5C 2B A 56 1F
Octal 221 41 13 0 115 134 53 12 126 37
Binary 10010001 100001 1011 0 1001101 1011100 101011 1010 1010110 11111

Color Harmonies of #91210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91210B

Black with #91210B

Text Example


Text Example

White with #91210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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