Html Css Color HEX #761817 Falu Red

📋 copy color: '#761817'

red 118 ◦ green 24 ◦ blue 23

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

Shades of Falu Red #761817

Tints of Falu Red #761817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.55%

 BLUE value IS 23 (9.38% from 255) = 13.94%

R = 71.52%
G = 14.55%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761817 (or 0x761817) is known color: Falu Red. HEX triplet: 76, 18 and 17. RGB value is (118,24,23). Sum of RGB (Red+Green+Blue) = 118+24+23=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #761817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761817 is #89E7E8. Grayscale: #343434. Windows color (decimal): -9037801 or 1513590. OLE color: 1513590.

HSL color Cylindrical-coordinate representation of color #761817: hue angle of 0.63º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761817 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 23 -
CMYK 0 0.80 0.81 0.54
HSL 0.63º 0.67% 0.28% -
HSV(B) 0.63º 0.81% 0.46% -
XYZ 7.95 4.57 1.27 -
YUV 51.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 118 24 23 0 0.80 0.81 0.54 0.63 0.67 0.28
Hex 76 18 17 0 50 51 36 1 43 1C
Octal 166 30 27 0 120 121 66 1 103 34
Binary 1110110 11000 10111 0 1010000 1010001 110110 1 1000011 11100

Color Harmonies of #761817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761817

Black with #761817

Text Example


Text Example

White with #761817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761817; }

 p { color: rgb(118,24,23); }

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

background-color css

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

 a { background-color: rgb(118,24,23); }

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

border-color css

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

 span { border-color: rgb(118,24,23); }

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