Html Css Color HEX #921D0A Falu Red

📋 copy color: '#921D0A'

red 146 ◦ green 29 ◦ blue 10

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

Shades of Falu Red #921D0A

Tints of Falu Red #921D0A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.68%

 BLUE value IS 10 (4.3% from 255) = 5.41%

R = 78.92%
G = 15.68%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#921D0A (or 0x921D0A) is known color: Falu Red. HEX triplet: 92, 1D and 0A. RGB value is (146,29,10). Sum of RGB (Red+Green+Blue) = 146+29+10=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #921D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D0A is #6DE2F5. Grayscale: #3E3E3E. Windows color (decimal): -7201526 or 662930. OLE color: 662930.

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

Color convert

RGB 146 29 10 -
CMYK 0 0.80 0.93 0.43
HSL 8.38º 0.87% 0.31% -
HSV(B) 8.38º 0.93% 0.57% -
XYZ 12.35 7.01 0.99 -
YUV 61.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 146 29 10 0 0.80 0.93 0.43 8.38 0.87 0.31
Hex 92 1D A 0 50 5D 2B 8 57 1F
Octal 222 35 12 0 120 135 53 10 127 37
Binary 10010010 11101 1010 0 1010000 1011101 101011 1000 1010111 11111

Color Harmonies of #921D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D0A

Black with #921D0A

Text Example


Text Example

White with #921D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,29,10); }

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

background-color css

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

 a { background-color: rgb(146,29,10); }

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

border-color css

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

 span { border-color: rgb(146,29,10); }

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