Html Css Color HEX #742510 Falu Red

📋 copy color: '#742510'

red 116 ◦ green 37 ◦ blue 16

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

Shades of Falu Red #742510

Tints of Falu Red #742510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 68.64%
G = 21.89%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#742510 (or 0x742510) is known color: Falu Red. HEX triplet: 74, 25 and 10. RGB value is (116,37,16). Sum of RGB (Red+Green+Blue) = 116+37+16=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #742510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742510 is #8BDAEF. Grayscale: #3A3A3A. Windows color (decimal): -9165552 or 1058164. OLE color: 1058164.

HSL color Cylindrical-coordinate representation of color #742510: hue angle of 12.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #742510 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 16 -
CMYK 0 0.68 0.86 0.55
HSL 12.6º 0.76% 0.26% -
HSV(B) 12.6º 0.86% 0.45% -
XYZ 7.96 5.07 1.05 -
YUV 58.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 116 37 16 0 0.68 0.86 0.55 12.6 0.76 0.26
Hex 74 25 10 0 44 56 37 D 4C 1A
Octal 164 45 20 0 104 126 67 15 114 32
Binary 1110100 100101 10000 0 1000100 1010110 110111 1101 1001100 11010

Color Harmonies of #742510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742510

Black with #742510

Text Example


Text Example

White with #742510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742510; }

 p { color: rgb(116,37,16); }

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

background-color css

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

 a { background-color: rgb(116,37,16); }

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

border-color css

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

 span { border-color: rgb(116,37,16); }

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