Html Css Color HEX #76221C Falu Red

📋 copy color: '#76221C'

red 118 ◦ green 34 ◦ blue 28

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

Shades of Falu Red #76221C

Tints of Falu Red #76221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.89%

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 65.56%
G = 18.89%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76221C (or 0x76221C) is known color: Falu Red. HEX triplet: 76, 22 and 1C. RGB value is (118,34,28). Sum of RGB (Red+Green+Blue) = 118+34+28=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76221C is #89DDE3. Grayscale: #3A3A3A. Windows color (decimal): -9035236 or 1843830. OLE color: 1843830.

HSL color Cylindrical-coordinate representation of color #76221C: hue angle of 4º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76221C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 28 -
CMYK 0 0.71 0.76 0.54
HSL 0.62% 0.29% -
HSV(B) 0.76% 0.46% -
XYZ 8.25 5.08 1.64 -
YUV 58.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 118 34 28 0 0.71 0.76 0.54 4 0.62 0.29
Hex 76 22 1C 0 47 4C 36 4 3E 1D
Octal 166 42 34 0 107 114 66 4 76 35
Binary 1110110 100010 11100 0 1000111 1001100 110110 100 111110 11101

Color Harmonies of #76221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76221C

Black with #76221C

Text Example


Text Example

White with #76221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76221C; }

 p { color: rgb(118,34,28); }

 H1.HeaderClassName
 {
   color: #76221C;
 }
 .AnyTagClassName
 {
   color: #76221C;
 }
</style>

background-color css

<style>
 a { background-color: #76221C; }

 a { background-color: rgb(118,34,28); }

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

border-color css

<style>
 span { border-color: #76221C; }

 span { border-color: rgb(118,34,28); }

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