Html Css Color HEX #921D0D Falu Red

📋 copy color: '#921D0D'

red 146 ◦ green 29 ◦ blue 13

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

Shades of Falu Red #921D0D

Tints of Falu Red #921D0D

RGB

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

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

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

R = 77.66%
G = 15.43%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#921D0D (or 0x921D0D) is known color: Falu Red. HEX triplet: 92, 1D and 0D. RGB value is (146,29,13). Sum of RGB (Red+Green+Blue) = 146+29+13=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #921D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D0D is #6DE2F2. Grayscale: #3E3E3E. Windows color (decimal): -7201523 or 859538. OLE color: 859538.

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

Color convert

RGB 146 29 13 -
CMYK 0 0.80 0.91 0.43
HSL 7.22º 0.84% 0.31% -
HSV(B) 7.22º 0.91% 0.57% -
XYZ 12.37 7.02 1.08 -
YUV 62.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 146 29 13 0 0.80 0.91 0.43 7.22 0.84 0.31
Hex 92 1D D 0 50 5B 2B 7 54 1F
Octal 222 35 15 0 120 133 53 7 124 37
Binary 10010010 11101 1101 0 1010000 1011011 101011 111 1010100 11111

Color Harmonies of #921D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D0D

Black with #921D0D

Text Example


Text Example

White with #921D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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