Html Css Color HEX #742000 Falu Red

📋 copy color: '#742000'

red 116 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #742000

Tints of Falu Red #742000

RGB

 RED value IS 116 (45.7% from 255) = 78.38%

 GREEN value IS 32 (12.89% from 255) = 21.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.38%
G = 21.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#742000 (or 0x742000) is known color: Falu Red. HEX triplet: 74, 20 and 00. RGB value is (116,32,0). Sum of RGB (Red+Green+Blue) = 116+32+0=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #742000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742000 is #8BDFFF. Grayscale: #353535. Windows color (decimal): -9166848 or 8308. OLE color: 8308.

HSL color Cylindrical-coordinate representation of color #742000: hue angle of 16.55º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #742000 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 0 -
CMYK 0 0.72 1 0.55
HSL 16.55º 1% 0.23% -
HSV(B) 16.55º 1% 0.45% -
XYZ 7.72 4.75 0.51 -
YUV 53.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 116 32 0 0 0.72 1 0.55 16.55 1 0.23
Hex 74 20 0 0 48 64 37 11 64 17
Octal 164 40 0 0 110 144 67 21 144 27
Binary 1110100 100000 0 0 1001000 1100100 110111 10001 1100100 10111

Color Harmonies of #742000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742000

Black with #742000

Text Example


Text Example

White with #742000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742000; }

 p { color: rgb(116,32,0); }

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

background-color css

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

 a { background-color: rgb(116,32,0); }

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

border-color css

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

 span { border-color: rgb(116,32,0); }

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