Html Css Color HEX #921A06 Falu Red

📋 copy color: '#921A06'

red 146 ◦ green 26 ◦ blue 6

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

Shades of Falu Red #921A06

Tints of Falu Red #921A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.61%

 BLUE value IS 6 (2.73% from 255) = 3.37%

R = 82.02%
G = 14.61%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#921A06 (or 0x921A06) is known color: Falu Red. HEX triplet: 92, 1A and 06. RGB value is (146,26,6). Sum of RGB (Red+Green+Blue) = 146+26+6=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #921A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A06 is #6DE5F9. Grayscale: #3B3B3B. Windows color (decimal): -7202298 or 400018. OLE color: 400018.

HSL color Cylindrical-coordinate representation of color #921A06: hue angle of 8.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #921A06 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 26 6 -
CMYK 0 0.82 0.96 0.43
HSL 8.57º 0.92% 0.3% -
HSV(B) 8.57º 0.96% 0.57% -
XYZ 12.26 6.86 0.85 -
YUV 59.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 146 26 6 0 0.82 0.96 0.43 8.57 0.92 0.3
Hex 92 1A 6 0 52 60 2B 9 5C 1E
Octal 222 32 6 0 122 140 53 11 134 36
Binary 10010010 11010 110 0 1010010 1100000 101011 1001 1011100 11110

Color Harmonies of #921A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921A06

Black with #921A06

Text Example


Text Example

White with #921A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,26,6); }

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

background-color css

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

 a { background-color: rgb(146,26,6); }

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

border-color css

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

 span { border-color: rgb(146,26,6); }

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