Html Css Color HEX #761919 Falu Red

📋 copy color: '#761919'

red 118 ◦ green 25 ◦ blue 25

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

Shades of Falu Red #761919

Tints of Falu Red #761919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.88%

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 70.24%
G = 14.88%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#761919 (or 0x761919) is known color: Falu Red. HEX triplet: 76, 19 and 19. RGB value is (118,25,25). Sum of RGB (Red+Green+Blue) = 118+25+25=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #761919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761919 is #89E6E6. Grayscale: #343434. Windows color (decimal): -9037543 or 1644918. OLE color: 1644918.

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

Color convert

RGB 118 25 25 -
CMYK 0 0.79 0.79 0.54
HSL 0.65% 0.28% -
HSV(B) 0.79% 0.46% -
XYZ 7.99 4.62 1.39 -
YUV 52.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 118 25 25 0 0.79 0.79 0.54 0 0.65 0.28
Hex 76 19 19 0 4F 4F 36 0 41 1C
Octal 166 31 31 0 117 117 66 0 101 34
Binary 1110110 11001 11001 0 1001111 1001111 110110 0 1000001 11100

Color Harmonies of #761919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761919

Black with #761919

Text Example


Text Example

White with #761919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761919; }

 p { color: rgb(118,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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