Html Css Color HEX #752209 Falu Red

📋 copy color: '#752209'

red 117 ◦ green 34 ◦ blue 9

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

Shades of Falu Red #752209

Tints of Falu Red #752209

RGB

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

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

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

R = 73.13%
G = 21.25%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#752209 (or 0x752209) is known color: Falu Red. HEX triplet: 75, 22 and 09. RGB value is (117,34,9). Sum of RGB (Red+Green+Blue) = 117+34+9=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #752209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752209 is #8ADDF6. Grayscale: #383838. Windows color (decimal): -9100791 or 598645. OLE color: 598645.

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

Color convert

RGB 117 34 9 -
CMYK 0 0.71 0.92 0.54
HSL 13.89º 0.86% 0.25% -
HSV(B) 13.89º 0.92% 0.46% -
XYZ 7.96 4.95 0.79 -
YUV 55.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 117 34 9 0 0.71 0.92 0.54 13.89 0.86 0.25
Hex 75 22 9 0 47 5C 36 E 56 19
Octal 165 42 11 0 107 134 66 16 126 31
Binary 1110101 100010 1001 0 1000111 1011100 110110 1110 1010110 11001

Color Harmonies of #752209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752209

Black with #752209

Text Example


Text Example

White with #752209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752209; }

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

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

background-color css

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

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

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

border-color css

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

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

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