Html Css Color HEX #76211D Falu Red

📋 copy color: '#76211D'

red 118 ◦ green 33 ◦ blue 29

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

Shades of Falu Red #76211D

Tints of Falu Red #76211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

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

R = 65.56%
G = 18.33%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76211D (or 0x76211D) is known color: Falu Red. HEX triplet: 76, 21 and 1D. RGB value is (118,33,29). Sum of RGB (Red+Green+Blue) = 118+33+29=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76211D is #89DEE2. Grayscale: #3A3A3A. Windows color (decimal): -9035491 or 1909110. OLE color: 1909110.

HSL color Cylindrical-coordinate representation of color #76211D: hue angle of 2.7º 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 #76211D is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 29 -
CMYK 0 0.72 0.75 0.54
HSL 2.7º 0.61% 0.29% -
HSV(B) 2.7º 0.75% 0.46% -
XYZ 8.24 5.03 1.7 -
YUV 57.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 118 33 29 0 0.72 0.75 0.54 2.7 0.61 0.29
Hex 76 21 1D 0 48 4B 36 3 3D 1D
Octal 166 41 35 0 110 113 66 3 75 35
Binary 1110110 100001 11101 0 1001000 1001011 110110 11 111101 11101

Color Harmonies of #76211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76211D

Black with #76211D

Text Example


Text Example

White with #76211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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