Html Css Color HEX #76201D Falu Red

📋 copy color: '#76201D'

red 118 ◦ green 32 ◦ blue 29

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

Shades of Falu Red #76201D

Tints of Falu Red #76201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.2%

R = 65.92%
G = 17.88%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76201D (or 0x76201D) is known color: Falu Red. HEX triplet: 76, 20 and 1D. RGB value is (118,32,29). Sum of RGB (Red+Green+Blue) = 118+32+29=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76201D is #89DFE2. Grayscale: #393939. Windows color (decimal): -9035747 or 1908854. OLE color: 1908854.

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

Color convert

RGB 118 32 29 -
CMYK 0 0.73 0.75 0.54
HSL 2.02º 0.61% 0.29% -
HSV(B) 2.02º 0.75% 0.46% -
XYZ 8.21 4.97 1.69 -
YUV 57.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 118 32 29 0 0.73 0.75 0.54 2.02 0.61 0.29
Hex 76 20 1D 0 49 4B 36 2 3D 1D
Octal 166 40 35 0 111 113 66 2 75 35
Binary 1110110 100000 11101 0 1001001 1001011 110110 10 111101 11101

Color Harmonies of #76201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76201D

Black with #76201D

Text Example


Text Example

White with #76201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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