Html Css Color HEX #76201C Falu Red

📋 copy color: '#76201C'

red 118 ◦ green 32 ◦ blue 28

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

Shades of Falu Red #76201C

Tints of Falu Red #76201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

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

R = 66.29%
G = 17.98%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76201C (or 0x76201C) is known color: Falu Red. HEX triplet: 76, 20 and 1C. RGB value is (118,32,28). Sum of RGB (Red+Green+Blue) = 118+32+28=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76201C is #89DFE3. Grayscale: #393939. Windows color (decimal): -9035748 or 1843318. OLE color: 1843318.

HSL color Cylindrical-coordinate representation of color #76201C: hue angle of 2.67º 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 #76201C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 28 -
CMYK 0 0.73 0.76 0.54
HSL 2.67º 0.62% 0.29% -
HSV(B) 2.67º 0.76% 0.46% -
XYZ 8.2 4.97 1.63 -
YUV 57.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 118 32 28 0 0.73 0.76 0.54 2.67 0.62 0.29
Hex 76 20 1C 0 49 4C 36 3 3E 1D
Octal 166 40 34 0 111 114 66 3 76 35
Binary 1110110 100000 11100 0 1001001 1001100 110110 11 111110 11101

Color Harmonies of #76201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76201C

Black with #76201C

Text Example


Text Example

White with #76201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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