Html Css Color HEX #742302 Falu Red

📋 copy color: '#742302'

red 116 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #742302

Tints of Falu Red #742302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

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

R = 75.82%
G = 22.88%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#742302 (or 0x742302) is known color: Falu Red. HEX triplet: 74, 23 and 02. RGB value is (116,35,2). Sum of RGB (Red+Green+Blue) = 116+35+2=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #742302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742302 is #8BDCFD. Grayscale: #373737. Windows color (decimal): -9166078 or 140148. OLE color: 140148.

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

Color convert

RGB 116 35 2 -
CMYK 0 0.70 0.98 0.55
HSL 17.37º 0.97% 0.23% -
HSV(B) 17.37º 0.98% 0.45% -
XYZ 7.81 4.92 0.6 -
YUV 55.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 116 35 2 0 0.70 0.98 0.55 17.37 0.97 0.23
Hex 74 23 2 0 46 62 37 11 61 17
Octal 164 43 2 0 106 142 67 21 141 27
Binary 1110100 100011 10 0 1000110 1100010 110111 10001 1100001 10111

Color Harmonies of #742302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742302

Black with #742302

Text Example


Text Example

White with #742302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742302; }

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

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

background-color css

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

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

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

border-color css

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

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

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