Html Css Color HEX #76210C Falu Red

📋 copy color: '#76210C'

red 118 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #76210C

Tints of Falu Red #76210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 72.39%
G = 20.25%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76210C (or 0x76210C) is known color: Falu Red. HEX triplet: 76, 21 and 0C. RGB value is (118,33,12). Sum of RGB (Red+Green+Blue) = 118+33+12=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76210C is #89DEF3. Grayscale: #383838. Windows color (decimal): -9035508 or 794998. OLE color: 794998.

HSL color Cylindrical-coordinate representation of color #76210C: hue angle of 11.89º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76210C is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 12 -
CMYK 0 0.72 0.90 0.54
HSL 11.89º 0.82% 0.25% -
HSV(B) 11.89º 0.9% 0.46% -
XYZ 8.08 4.97 0.88 -
YUV 56.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 118 33 12 0 0.72 0.90 0.54 11.89 0.82 0.25
Hex 76 21 C 0 48 5A 36 C 52 19
Octal 166 41 14 0 110 132 66 14 122 31
Binary 1110110 100001 1100 0 1001000 1011010 110110 1100 1010010 11001

Color Harmonies of #76210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76210C

Black with #76210C

Text Example


Text Example

White with #76210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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