Html Css Color HEX #921A0D Falu Red

📋 copy color: '#921A0D'

red 146 ◦ green 26 ◦ blue 13

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

Shades of Falu Red #921A0D

Tints of Falu Red #921A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 78.92%
G = 14.05%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#921A0D (or 0x921A0D) is known color: Falu Red. HEX triplet: 92, 1A and 0D. RGB value is (146,26,13). Sum of RGB (Red+Green+Blue) = 146+26+13=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #921A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A0D is #6DE5F2. Grayscale: #3C3C3C. Windows color (decimal): -7202291 or 858770. OLE color: 858770.

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

Color convert

RGB 146 26 13 -
CMYK 0 0.82 0.91 0.43
HSL 5.86º 0.84% 0.31% -
HSV(B) 5.86º 0.91% 0.57% -
XYZ 12.3 6.88 1.06 -
YUV 60.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 146 26 13 0 0.82 0.91 0.43 5.86 0.84 0.31
Hex 92 1A D 0 52 5B 2B 6 54 1F
Octal 222 32 15 0 122 133 53 6 124 37
Binary 10010010 11010 1101 0 1010010 1011011 101011 110 1010100 11111

Color Harmonies of #921A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921A0D

Black with #921A0D

Text Example


Text Example

White with #921A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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