Html Css Color HEX #762311 Falu Red

📋 copy color: '#762311'

red 118 ◦ green 35 ◦ blue 17

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

Shades of Falu Red #762311

Tints of Falu Red #762311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.59%

 BLUE value IS 17 (7.03% from 255) = 10%

R = 69.41%
G = 20.59%
B = 10%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#762311 (or 0x762311) is known color: Falu Red. HEX triplet: 76, 23 and 11. RGB value is (118,35,17). Sum of RGB (Red+Green+Blue) = 118+35+17=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #762311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762311 is #89DCEE. Grayscale: #393939. Windows color (decimal): -9034991 or 1123190. OLE color: 1123190.

HSL color Cylindrical-coordinate representation of color #762311: hue angle of 10.69º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762311 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 17 -
CMYK 0 0.70 0.86 0.54
HSL 10.69º 0.75% 0.26% -
HSV(B) 10.69º 0.86% 0.46% -
XYZ 8.17 5.09 1.08 -
YUV 57.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 118 35 17 0 0.70 0.86 0.54 10.69 0.75 0.26
Hex 76 23 11 0 46 56 36 B 4B 1A
Octal 166 43 21 0 106 126 66 13 113 32
Binary 1110110 100011 10001 0 1000110 1010110 110110 1011 1001011 11010

Color Harmonies of #762311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762311

Black with #762311

Text Example


Text Example

White with #762311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762311; }

 p { color: rgb(118,35,17); }

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

background-color css

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

 a { background-color: rgb(118,35,17); }

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

border-color css

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

 span { border-color: rgb(118,35,17); }

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