Html Css Color HEX #761901 Falu Red

📋 copy color: '#761901'

red 118 ◦ green 25 ◦ blue 1

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

Shades of Falu Red #761901

Tints of Falu Red #761901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 81.94%
G = 17.36%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#761901 (or 0x761901) is known color: Falu Red. HEX triplet: 76, 19 and 01. RGB value is (118,25,1). Sum of RGB (Red+Green+Blue) = 118+25+1=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #761901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761901 is #89E6FE. Grayscale: #323232. Windows color (decimal): -9037567 or 72054. OLE color: 72054.

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

Color convert

RGB 118 25 1 -
CMYK 0 0.79 0.99 0.54
HSL 12.31º 0.98% 0.23% -
HSV(B) 12.31º 0.99% 0.46% -
XYZ 7.82 4.55 0.49 -
YUV 50.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 118 25 1 0 0.79 0.99 0.54 12.31 0.98 0.23
Hex 76 19 1 0 4F 63 36 C 62 17
Octal 166 31 1 0 117 143 66 14 142 27
Binary 1110110 11001 1 0 1001111 1100011 110110 1100 1100010 10111

Color Harmonies of #761901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761901

Black with #761901

Text Example


Text Example

White with #761901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761901; }

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

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

background-color css

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

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

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

border-color css

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

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

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