Html Css Color HEX #76211E Falu Red

📋 copy color: '#76211E'

red 118 ◦ green 33 ◦ blue 30

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

Shades of Falu Red #76211E

Tints of Falu Red #76211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.57%

R = 65.19%
G = 18.23%
B = 16.57%

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

#76211E (or 0x76211E) is known color: Falu Red. HEX triplet: 76, 21 and 1E. RGB value is (118,33,30). Sum of RGB (Red+Green+Blue) = 118+33+30=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76211E is #89DEE1. Grayscale: #3A3A3A. Windows color (decimal): -9035490 or 1974646. OLE color: 1974646.

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

Color convert

RGB 118 33 30 -
CMYK 0 0.72 0.75 0.54
HSL 2.05º 0.59% 0.29% -
HSV(B) 2.05º 0.75% 0.46% -
XYZ 8.25 5.03 1.76 -
YUV 58.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 118 33 30 0 0.72 0.75 0.54 2.05 0.59 0.29
Hex 76 21 1E 0 48 4B 36 2 3B 1D
Octal 166 41 36 0 110 113 66 2 73 35
Binary 1110110 100001 11110 0 1001000 1001011 110110 10 111011 11101

Color Harmonies of #76211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76211E

Black with #76211E

Text Example


Text Example

White with #76211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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