Html Css Color HEX #76210D Falu Red

📋 copy color: '#76210D'

red 118 ◦ green 33 ◦ blue 13

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

Shades of Falu Red #76210D

Tints of Falu Red #76210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.12%

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

R = 71.95%
G = 20.12%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76210D (or 0x76210D) is known color: Falu Red. HEX triplet: 76, 21 and 0D. RGB value is (118,33,13). Sum of RGB (Red+Green+Blue) = 118+33+13=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76210D is #89DEF2. Grayscale: #383838. Windows color (decimal): -9035507 or 860534. OLE color: 860534.

HSL color Cylindrical-coordinate representation of color #76210D: hue angle of 11.43º 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 #76210D is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 13 -
CMYK 0 0.72 0.89 0.54
HSL 11.43º 0.8% 0.26% -
HSV(B) 11.43º 0.89% 0.46% -
XYZ 8.09 4.97 0.91 -
YUV 56.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 118 33 13 0 0.72 0.89 0.54 11.43 0.8 0.26
Hex 76 21 D 0 48 59 36 B 50 1A
Octal 166 41 15 0 110 131 66 13 120 32
Binary 1110110 100001 1101 0 1001000 1011001 110110 1011 1010000 11010

Color Harmonies of #76210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76210D

Black with #76210D

Text Example


Text Example

White with #76210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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