Html Css Color HEX #761A01 Falu Red

📋 copy color: '#761A01'

red 118 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #761A01

Tints of Falu Red #761A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.93%

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

R = 81.38%
G = 17.93%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#761A01 (or 0x761A01) is known color: Falu Red. HEX triplet: 76, 1A and 01. RGB value is (118,26,1). Sum of RGB (Red+Green+Blue) = 118+26+1=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #761A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A01 is #89E5FE. Grayscale: #323232. Windows color (decimal): -9037311 or 72310. OLE color: 72310.

HSL color Cylindrical-coordinate representation of color #761A01: hue angle of 12.82º 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 #761A01 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 1 -
CMYK 0 0.78 0.99 0.54
HSL 12.82º 0.98% 0.23% -
HSV(B) 12.82º 0.99% 0.46% -
XYZ 7.85 4.59 0.5 -
YUV 50.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 118 26 1 0 0.78 0.99 0.54 12.82 0.98 0.23
Hex 76 1A 1 0 4E 63 36 D 62 17
Octal 166 32 1 0 116 143 66 15 142 27
Binary 1110110 11010 1 0 1001110 1100011 110110 1101 1100010 10111

Color Harmonies of #761A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A01

Black with #761A01

Text Example


Text Example

White with #761A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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