Html Css Color HEX #921F0B Falu Red

📋 copy color: '#921F0B'

red 146 ◦ green 31 ◦ blue 11

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

Shades of Falu Red #921F0B

Tints of Falu Red #921F0B

RGB

 RED value IS 146 (57.42% from 255) = 77.66%

 GREEN value IS 31 (12.5% from 255) = 16.49%

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

R = 77.66%
G = 16.49%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#921F0B (or 0x921F0B) is known color: Falu Red. HEX triplet: 92, 1F and 0B. RGB value is (146,31,11). Sum of RGB (Red+Green+Blue) = 146+31+11=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #921F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921F0B is #6DE0F4. Grayscale: #3F3F3F. Windows color (decimal): -7201013 or 728978. OLE color: 728978.

HSL color Cylindrical-coordinate representation of color #921F0B: hue angle of 8.89º 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 #921F0B is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 31 11 -
CMYK 0 0.79 0.92 0.43
HSL 8.89º 0.86% 0.31% -
HSV(B) 8.89º 0.92% 0.57% -
XYZ 12.4 7.12 1.04 -
YUV 63.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 146 31 11 0 0.79 0.92 0.43 8.89 0.86 0.31
Hex 92 1F B 0 4F 5C 2B 9 56 1F
Octal 222 37 13 0 117 134 53 11 126 37
Binary 10010010 11111 1011 0 1001111 1011100 101011 1001 1010110 11111

Color Harmonies of #921F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921F0B

Black with #921F0B

Text Example


Text Example

White with #921F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921F0B; }

 p { color: rgb(146,31,11); }

 H1.HeaderClassName
 {
   color: #921F0B;
 }
 .AnyTagClassName
 {
   color: #921F0B;
 }
</style>

background-color css

<style>
 a { background-color: #921F0B; }

 a { background-color: rgb(146,31,11); }

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

border-color css

<style>
 span { border-color: #921F0B; }

 span { border-color: rgb(146,31,11); }

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