Html Css Color HEX #76211F Falu Red

📋 copy color: '#76211F'

red 118 ◦ green 33 ◦ blue 31

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

Shades of Falu Red #76211F

Tints of Falu Red #76211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.03%

R = 64.84%
G = 18.13%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76211F (or 0x76211F) is known color: Falu Red. HEX triplet: 76, 21 and 1F. RGB value is (118,33,31). Sum of RGB (Red+Green+Blue) = 118+33+31=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76211F is #89DEE0. Grayscale: #3A3A3A. Windows color (decimal): -9035489 or 2040182. OLE color: 2040182.

HSL color Cylindrical-coordinate representation of color #76211F: hue angle of 1.38º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76211F is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 31 -
CMYK 0 0.72 0.74 0.54
HSL 1.38º 0.58% 0.29% -
HSV(B) 1.38º 0.74% 0.46% -
XYZ 8.26 5.04 1.83 -
YUV 58.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 118 33 31 0 0.72 0.74 0.54 1.38 0.58 0.29
Hex 76 21 1F 0 48 4A 36 1 3A 1D
Octal 166 41 37 0 110 112 66 1 72 35
Binary 1110110 100001 11111 0 1001000 1001010 110110 1 111010 11101

Color Harmonies of #76211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76211F

Black with #76211F

Text Example


Text Example

White with #76211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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