Html Css Color HEX #921B05 Falu Red

📋 copy color: '#921B05'

red 146 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #921B05

Tints of Falu Red #921B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.17%

 BLUE value IS 5 (2.34% from 255) = 2.81%

R = 82.02%
G = 15.17%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#921B05 (or 0x921B05) is known color: Falu Red. HEX triplet: 92, 1B and 05. RGB value is (146,27,5). Sum of RGB (Red+Green+Blue) = 146+27+5=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #921B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921B05 is #6DE4FA. Grayscale: #3C3C3C. Windows color (decimal): -7202043 or 334738. OLE color: 334738.

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

Color convert

RGB 146 27 5 -
CMYK 0 0.82 0.97 0.43
HSL 9.36º 0.93% 0.3% -
HSV(B) 9.36º 0.97% 0.57% -
XYZ 12.27 6.91 0.83 -
YUV 60.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 146 27 5 0 0.82 0.97 0.43 9.36 0.93 0.3
Hex 92 1B 5 0 52 61 2B 9 5D 1E
Octal 222 33 5 0 122 141 53 11 135 36
Binary 10010010 11011 101 0 1010010 1100001 101011 1001 1011101 11110

Color Harmonies of #921B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921B05

Black with #921B05

Text Example


Text Example

White with #921B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,27,5); }

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

background-color css

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

 a { background-color: rgb(146,27,5); }

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

border-color css

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

 span { border-color: rgb(146,27,5); }

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