Html Css Color HEX #76201A Falu Red

📋 copy color: '#76201A'

red 118 ◦ green 32 ◦ blue 26

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

Shades of Falu Red #76201A

Tints of Falu Red #76201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 67.05%
G = 18.18%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76201A (or 0x76201A) is known color: Falu Red. HEX triplet: 76, 20 and 1A. RGB value is (118,32,26). Sum of RGB (Red+Green+Blue) = 118+32+26=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #76201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76201A is #89DFE5. Grayscale: #393939. Windows color (decimal): -9035750 or 1712246. OLE color: 1712246.

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

Color convert

RGB 118 32 26 -
CMYK 0 0.73 0.78 0.54
HSL 3.91º 0.64% 0.28% -
HSV(B) 3.91º 0.78% 0.46% -
XYZ 8.17 4.96 1.5 -
YUV 57.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 118 32 26 0 0.73 0.78 0.54 3.91 0.64 0.28
Hex 76 20 1A 0 49 4E 36 4 40 1C
Octal 166 40 32 0 111 116 66 4 100 34
Binary 1110110 100000 11010 0 1001001 1001110 110110 100 1000000 11100

Color Harmonies of #76201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76201A

Black with #76201A

Text Example


Text Example

White with #76201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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