Html Css Color HEX #76211B Falu Red

📋 copy color: '#76211B'

red 118 ◦ green 33 ◦ blue 27

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

Shades of Falu Red #76211B

Tints of Falu Red #76211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 66.29%
G = 18.54%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76211B (or 0x76211B) is known color: Falu Red. HEX triplet: 76, 21 and 1B. RGB value is (118,33,27). Sum of RGB (Red+Green+Blue) = 118+33+27=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76211B is #89DEE4. Grayscale: #393939. Windows color (decimal): -9035493 or 1778038. OLE color: 1778038.

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

Color convert

RGB 118 33 27 -
CMYK 0 0.72 0.77 0.54
HSL 3.96º 0.63% 0.28% -
HSV(B) 3.96º 0.77% 0.46% -
XYZ 8.21 5.02 1.57 -
YUV 57.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 118 33 27 0 0.72 0.77 0.54 3.96 0.63 0.28
Hex 76 21 1B 0 48 4D 36 4 3F 1C
Octal 166 41 33 0 110 115 66 4 77 34
Binary 1110110 100001 11011 0 1001000 1001101 110110 100 111111 11100

Color Harmonies of #76211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76211B

Black with #76211B

Text Example


Text Example

White with #76211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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