Html Css Color HEX #901C06 Falu Red

📋 copy color: '#901C06'

red 144 ◦ green 28 ◦ blue 6

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

Shades of Falu Red #901C06

Tints of Falu Red #901C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

 BLUE value IS 6 (2.73% from 255) = 3.37%

R = 80.9%
G = 15.73%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#901C06 (or 0x901C06) is known color: Falu Red. HEX triplet: 90, 1C and 06. RGB value is (144,28,6). Sum of RGB (Red+Green+Blue) = 144+28+6=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #901C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C06 is #6FE3F9. Grayscale: #3C3C3C. Windows color (decimal): -7332858 or 400528. OLE color: 400528.

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

Color convert

RGB 144 28 6 -
CMYK 0 0.81 0.96 0.44
HSL 9.57º 0.92% 0.29% -
HSV(B) 9.57º 0.96% 0.56% -
XYZ 11.95 6.77 0.85 -
YUV 60.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 144 28 6 0 0.81 0.96 0.44 9.57 0.92 0.29
Hex 90 1C 6 0 51 60 2C A 5C 1D
Octal 220 34 6 0 121 140 54 12 134 35
Binary 10010000 11100 110 0 1010001 1100000 101100 1010 1011100 11101

Color Harmonies of #901C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C06

Black with #901C06

Text Example


Text Example

White with #901C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,28,6); }

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

background-color css

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

 a { background-color: rgb(144,28,6); }

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

border-color css

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

 span { border-color: rgb(144,28,6); }

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