Html Css Color HEX #752609 Falu Red

📋 copy color: '#752609'

red 117 ◦ green 38 ◦ blue 9

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

Shades of Falu Red #752609

Tints of Falu Red #752609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.17%

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

R = 71.34%
G = 23.17%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#752609 (or 0x752609) is known color: Falu Red. HEX triplet: 75, 26 and 09. RGB value is (117,38,9). Sum of RGB (Red+Green+Blue) = 117+38+9=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #752609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752609 is #8AD9F6. Grayscale: #3A3A3A. Windows color (decimal): -9099767 or 599669. OLE color: 599669.

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

Color convert

RGB 117 38 9 -
CMYK 0 0.68 0.92 0.54
HSL 16.11º 0.86% 0.25% -
HSV(B) 16.11º 0.92% 0.46% -
XYZ 8.08 5.19 0.83 -
YUV 58.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 117 38 9 0 0.68 0.92 0.54 16.11 0.86 0.25
Hex 75 26 9 0 44 5C 36 10 56 19
Octal 165 46 11 0 104 134 66 20 126 31
Binary 1110101 100110 1001 0 1000100 1011100 110110 10000 1010110 11001

Color Harmonies of #752609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752609

Black with #752609

Text Example


Text Example

White with #752609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752609; }

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

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

background-color css

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

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

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

border-color css

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

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

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