Html Css Color HEX #76200D Falu Red

📋 copy color: '#76200D'

red 118 ◦ green 32 ◦ blue 13

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

Shades of Falu Red #76200D

Tints of Falu Red #76200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.98%

R = 72.39%
G = 19.63%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76200D (or 0x76200D) is known color: Falu Red. HEX triplet: 76, 20 and 0D. RGB value is (118,32,13). Sum of RGB (Red+Green+Blue) = 118+32+13=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76200D is #89DFF2. Grayscale: #373737. Windows color (decimal): -9035763 or 860278. OLE color: 860278.

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

Color convert

RGB 118 32 13 -
CMYK 0 0.73 0.89 0.54
HSL 10.86º 0.8% 0.26% -
HSV(B) 10.86º 0.89% 0.46% -
XYZ 8.06 4.91 0.9 -
YUV 55.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 118 32 13 0 0.73 0.89 0.54 10.86 0.8 0.26
Hex 76 20 D 0 49 59 36 B 50 1A
Octal 166 40 15 0 111 131 66 13 120 32
Binary 1110110 100000 1101 0 1001001 1011001 110110 1011 1010000 11010

Color Harmonies of #76200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76200D

Black with #76200D

Text Example


Text Example

White with #76200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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