Html Css Color HEX #76200F Falu Red

📋 copy color: '#76200F'

red 118 ◦ green 32 ◦ blue 15

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

Shades of Falu Red #76200F

Tints of Falu Red #76200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.09%

R = 71.52%
G = 19.39%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76200F (or 0x76200F) is known color: Falu Red. HEX triplet: 76, 20 and 0F. RGB value is (118,32,15). Sum of RGB (Red+Green+Blue) = 118+32+15=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76200F is #89DFF0. Grayscale: #373737. Windows color (decimal): -9035761 or 991350. OLE color: 991350.

HSL color Cylindrical-coordinate representation of color #76200F: hue angle of 9.9º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76200F is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 15 -
CMYK 0 0.73 0.87 0.54
HSL 9.9º 0.77% 0.26% -
HSV(B) 9.9º 0.87% 0.46% -
XYZ 8.07 4.92 0.98 -
YUV 55.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 118 32 15 0 0.73 0.87 0.54 9.9 0.77 0.26
Hex 76 20 F 0 49 57 36 A 4D 1A
Octal 166 40 17 0 111 127 66 12 115 32
Binary 1110110 100000 1111 0 1001001 1010111 110110 1010 1001101 11010

Color Harmonies of #76200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76200F

Black with #76200F

Text Example


Text Example

White with #76200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76200F; }

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

 H1.HeaderClassName
 {
   color: #76200F;
 }
 .AnyTagClassName
 {
   color: #76200F;
 }
</style>

background-color css

<style>
 a { background-color: #76200F; }

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

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

border-color css

<style>
 span { border-color: #76200F; }

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

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