Html Css Color HEX #901D0C Falu Red

📋 copy color: '#901D0C'

red 144 ◦ green 29 ◦ blue 12

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

Shades of Falu Red #901D0C

Tints of Falu Red #901D0C

RGB

 RED value IS 144 (56.64% from 255) = 77.84%

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

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 77.84%
G = 15.68%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#901D0C (or 0x901D0C) is known color: Falu Red. HEX triplet: 90, 1D and 0C. RGB value is (144,29,12). Sum of RGB (Red+Green+Blue) = 144+29+12=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #901D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D0C is #6FE2F3. Grayscale: #3D3D3D. Windows color (decimal): -7332596 or 794000. OLE color: 794000.

HSL color Cylindrical-coordinate representation of color #901D0C: hue angle of 7.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #901D0C is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 29 12 -
CMYK 0 0.80 0.92 0.44
HSL 7.73º 0.85% 0.31% -
HSV(B) 7.73º 0.92% 0.56% -
XYZ 12.01 6.83 1.03 -
YUV 61.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 144 29 12 0 0.80 0.92 0.44 7.73 0.85 0.31
Hex 90 1D C 0 50 5C 2C 8 55 1F
Octal 220 35 14 0 120 134 54 10 125 37
Binary 10010000 11101 1100 0 1010000 1011100 101100 1000 1010101 11111

Color Harmonies of #901D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901D0C

Black with #901D0C

Text Example


Text Example

White with #901D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901D0C; }

 p { color: rgb(144,29,12); }

 H1.HeaderClassName
 {
   color: #901D0C;
 }
 .AnyTagClassName
 {
   color: #901D0C;
 }
</style>

background-color css

<style>
 a { background-color: #901D0C; }

 a { background-color: rgb(144,29,12); }

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

border-color css

<style>
 span { border-color: #901D0C; }

 span { border-color: rgb(144,29,12); }

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