Html Css Color HEX #742202 Falu Red

📋 copy color: '#742202'

red 116 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #742202

Tints of Falu Red #742202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 76.32%
G = 22.37%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#742202 (or 0x742202) is known color: Falu Red. HEX triplet: 74, 22 and 02. RGB value is (116,34,2). Sum of RGB (Red+Green+Blue) = 116+34+2=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #742202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742202 is #8BDDFD. Grayscale: #373737. Windows color (decimal): -9166334 or 139892. OLE color: 139892.

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

Color convert

RGB 116 34 2 -
CMYK 0 0.71 0.98 0.55
HSL 16.84º 0.97% 0.23% -
HSV(B) 16.84º 0.98% 0.45% -
XYZ 7.79 4.86 0.59 -
YUV 54.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 116 34 2 0 0.71 0.98 0.55 16.84 0.97 0.23
Hex 74 22 2 0 47 62 37 11 61 17
Octal 164 42 2 0 107 142 67 21 141 27
Binary 1110100 100010 10 0 1000111 1100010 110111 10001 1100001 10111

Color Harmonies of #742202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742202

Black with #742202

Text Example


Text Example

White with #742202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742202; }

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

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

background-color css

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

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

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

border-color css

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

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

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