Html Css Color HEX #761212 Falu Red

📋 copy color: '#761212'

red 118 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #761212

Tints of Falu Red #761212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 76.62%
G = 11.69%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#761212 (or 0x761212) is known color: Falu Red. HEX triplet: 76, 12 and 12. RGB value is (118,18,18). Sum of RGB (Red+Green+Blue) = 118+18+18=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #761212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761212 is #89EDED. Grayscale: #2F2F2F. Windows color (decimal): -9039342 or 1184374. OLE color: 1184374.

HSL color Cylindrical-coordinate representation of color #761212: hue angle of 0º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761212 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 18 -
CMYK 0 0.85 0.85 0.54
HSL 0.74% 0.27% -
HSV(B) 0.85% 0.46% -
XYZ 7.8 4.33 1 -
YUV 47.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 118 18 18 0 0.85 0.85 0.54 0 0.74 0.27
Hex 76 12 12 0 55 55 36 0 4A 1B
Octal 166 22 22 0 125 125 66 0 112 33
Binary 1110110 10010 10010 0 1010101 1010101 110110 0 1001010 11011

Color Harmonies of #761212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761212

Black with #761212

Text Example


Text Example

White with #761212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761212; }

 p { color: rgb(118,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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