Html Css Color HEX #76201E Falu Red

📋 copy color: '#76201E'

red 118 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #76201E

Tints of Falu Red #76201E

RGB

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

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

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

R = 65.56%
G = 17.78%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76201E (or 0x76201E) is known color: Falu Red. HEX triplet: 76, 20 and 1E. RGB value is (118,32,30). Sum of RGB (Red+Green+Blue) = 118+32+30=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76201E is #89DFE1. Grayscale: #393939. Windows color (decimal): -9035746 or 1974390. OLE color: 1974390.

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

Color convert

RGB 118 32 30 -
CMYK 0 0.73 0.75 0.54
HSL 1.36º 0.59% 0.29% -
HSV(B) 1.36º 0.75% 0.46% -
XYZ 8.22 4.98 1.76 -
YUV 57.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 118 32 30 0 0.73 0.75 0.54 1.36 0.59 0.29
Hex 76 20 1E 0 49 4B 36 1 3B 1D
Octal 166 40 36 0 111 113 66 1 73 35
Binary 1110110 100000 11110 0 1001001 1001011 110110 1 111011 11101

Color Harmonies of #76201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76201E

Black with #76201E

Text Example


Text Example

White with #76201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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