Html Css Color HEX #741902 Falu Red

📋 copy color: '#741902'

red 116 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #741902

Tints of Falu Red #741902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.48%

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

R = 81.12%
G = 17.48%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#741902 (or 0x741902) is known color: Falu Red. HEX triplet: 74, 19 and 02. RGB value is (116,25,2). Sum of RGB (Red+Green+Blue) = 116+25+2=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #741902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741902 is #8BE6FD. Grayscale: #313131. Windows color (decimal): -9168638 or 137588. OLE color: 137588.

HSL color Cylindrical-coordinate representation of color #741902: hue angle of 12.11º 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 #741902 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 2 -
CMYK 0 0.78 0.98 0.55
HSL 12.11º 0.97% 0.23% -
HSV(B) 12.11º 0.98% 0.45% -
XYZ 7.56 4.41 0.51 -
YUV 49.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 116 25 2 0 0.78 0.98 0.55 12.11 0.97 0.23
Hex 74 19 2 0 4E 62 37 C 61 17
Octal 164 31 2 0 116 142 67 14 141 27
Binary 1110100 11001 10 0 1001110 1100010 110111 1100 1100001 10111

Color Harmonies of #741902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741902

Black with #741902

Text Example


Text Example

White with #741902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741902; }

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

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

background-color css

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

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

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

border-color css

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

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

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