Html Css Color HEX #751A09 Falu Red

📋 copy color: '#751A09'

red 117 ◦ green 26 ◦ blue 9

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

Shades of Falu Red #751A09

Tints of Falu Red #751A09

RGB

 RED value IS 117 (46.09% from 255) = 76.97%

 GREEN value IS 26 (10.55% from 255) = 17.11%

 BLUE value IS 9 (3.91% from 255) = 5.92%

R = 76.97%
G = 17.11%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#751A09 (or 0x751A09) is known color: Falu Red. HEX triplet: 75, 1A and 09. RGB value is (117,26,9). Sum of RGB (Red+Green+Blue) = 117+26+9=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #751A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A09 is #8AE5F6. Grayscale: #333333. Windows color (decimal): -9102839 or 596597. OLE color: 596597.

HSL color Cylindrical-coordinate representation of color #751A09: hue angle of 9.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #751A09 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 9 -
CMYK 0 0.78 0.92 0.54
HSL 9.44º 0.86% 0.25% -
HSV(B) 9.44º 0.92% 0.46% -
XYZ 7.75 4.54 0.73 -
YUV 51.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 117 26 9 0 0.78 0.92 0.54 9.44 0.86 0.25
Hex 75 1A 9 0 4E 5C 36 9 56 19
Octal 165 32 11 0 116 134 66 11 126 31
Binary 1110101 11010 1001 0 1001110 1011100 110110 1001 1010110 11001

Color Harmonies of #751A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A09

Black with #751A09

Text Example


Text Example

White with #751A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A09; }

 p { color: rgb(117,26,9); }

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

background-color css

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

 a { background-color: rgb(117,26,9); }

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

border-color css

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

 span { border-color: rgb(117,26,9); }

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