Html Css Color HEX #741802 Falu Red

📋 copy color: '#741802'

red 116 ◦ green 24 ◦ blue 2

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

Shades of Falu Red #741802

Tints of Falu Red #741802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 2 (1.17% from 255) = 1.41%

R = 81.69%
G = 16.9%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#741802 (or 0x741802) is known color: Falu Red. HEX triplet: 74, 18 and 02. RGB value is (116,24,2). Sum of RGB (Red+Green+Blue) = 116+24+2=142 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.69% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 116 - color contains mainly: red. Hex color #741802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741802 is #8BE7FD. Grayscale: #313131. Windows color (decimal): -9168894 or 137332. OLE color: 137332.

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

Color convert

RGB 116 24 2 -
CMYK 0 0.79 0.98 0.55
HSL 11.58º 0.97% 0.23% -
HSV(B) 11.58º 0.98% 0.45% -
XYZ 7.54 4.37 0.5 -
YUV 49 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 116 24 2 0 0.79 0.98 0.55 11.58 0.97 0.23
Hex 74 18 2 0 4F 62 37 C 61 17
Octal 164 30 2 0 117 142 67 14 141 27
Binary 1110100 11000 10 0 1001111 1100010 110111 1100 1100001 10111

Color Harmonies of #741802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741802

Black with #741802

Text Example


Text Example

White with #741802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741802; }

 p { color: rgb(116,24,2); }

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

background-color css

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

 a { background-color: rgb(116,24,2); }

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

border-color css

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

 span { border-color: rgb(116,24,2); }

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