Html Css Color HEX #921F0D Falu Red

📋 copy color: '#921F0D'

red 146 ◦ green 31 ◦ blue 13

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

Shades of Falu Red #921F0D

Tints of Falu Red #921F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.32%

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

R = 76.84%
G = 16.32%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#921F0D (or 0x921F0D) is known color: Falu Red. HEX triplet: 92, 1F and 0D. RGB value is (146,31,13). Sum of RGB (Red+Green+Blue) = 146+31+13=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #921F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921F0D is #6DE0F2. Grayscale: #3F3F3F. Windows color (decimal): -7201011 or 860050. OLE color: 860050.

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

Color convert

RGB 146 31 13 -
CMYK 0 0.79 0.91 0.43
HSL 8.12º 0.84% 0.31% -
HSV(B) 8.12º 0.91% 0.57% -
XYZ 12.42 7.12 1.1 -
YUV 63.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 146 31 13 0 0.79 0.91 0.43 8.12 0.84 0.31
Hex 92 1F D 0 4F 5B 2B 8 54 1F
Octal 222 37 15 0 117 133 53 10 124 37
Binary 10010010 11111 1101 0 1001111 1011011 101011 1000 1010100 11111

Color Harmonies of #921F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921F0D

Black with #921F0D

Text Example


Text Example

White with #921F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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