Html Css Color HEX #762409 Falu Red

📋 copy color: '#762409'

red 118 ◦ green 36 ◦ blue 9

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

Shades of Falu Red #762409

Tints of Falu Red #762409

RGB

 RED value IS 118 (46.48% from 255) = 72.39%

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

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

R = 72.39%
G = 22.09%
B = 5.52%

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

#762409 (or 0x762409) is known color: Falu Red. HEX triplet: 76, 24 and 09. RGB value is (118,36,9). Sum of RGB (Red+Green+Blue) = 118+36+9=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #762409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762409 is #89DBF6. Grayscale: #393939. Windows color (decimal): -9034743 or 599158. OLE color: 599158.

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

Color convert

RGB 118 36 9 -
CMYK 0 0.69 0.92 0.54
HSL 14.86º 0.86% 0.25% -
HSV(B) 14.86º 0.92% 0.46% -
XYZ 8.15 5.13 0.82 -
YUV 57.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 118 36 9 0 0.69 0.92 0.54 14.86 0.86 0.25
Hex 76 24 9 0 45 5C 36 F 56 19
Octal 166 44 11 0 105 134 66 17 126 31
Binary 1110110 100100 1001 0 1000101 1011100 110110 1111 1010110 11001

Color Harmonies of #762409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762409

Black with #762409

Text Example


Text Example

White with #762409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762409; }

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

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

background-color css

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

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

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

border-color css

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

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

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