Html Css Color HEX #752409 Falu Red

📋 copy color: '#752409'

red 117 ◦ green 36 ◦ blue 9

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

Shades of Falu Red #752409

Tints of Falu Red #752409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.22%

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

R = 72.22%
G = 22.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#752409 (or 0x752409) is known color: Falu Red. HEX triplet: 75, 24 and 09. RGB value is (117,36,9). Sum of RGB (Red+Green+Blue) = 117+36+9=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #752409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752409 is #8ADBF6. Grayscale: #393939. Windows color (decimal): -9100279 or 599157. OLE color: 599157.

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

Color convert

RGB 117 36 9 -
CMYK 0 0.69 0.92 0.54
HSL 15º 0.86% 0.25% -
HSV(B) 15º 0.92% 0.46% -
XYZ 8.02 5.06 0.81 -
YUV 57.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 117 36 9 0 0.69 0.92 0.54 15 0.86 0.25
Hex 75 24 9 0 45 5C 36 F 56 19
Octal 165 44 11 0 105 134 66 17 126 31
Binary 1110101 100100 1001 0 1000101 1011100 110110 1111 1010110 11001

Color Harmonies of #752409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752409

Black with #752409

Text Example


Text Example

White with #752409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752409; }

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

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

background-color css

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

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

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

border-color css

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

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

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