Html Css Color HEX #762112 Falu Red

📋 copy color: '#762112'

red 118 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #762112

Tints of Falu Red #762112

RGB

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

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

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

R = 69.82%
G = 19.53%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#762112 (or 0x762112) is known color: Falu Red. HEX triplet: 76, 21 and 12. RGB value is (118,33,18). Sum of RGB (Red+Green+Blue) = 118+33+18=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #762112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762112 is #89DEED. Grayscale: #383838. Windows color (decimal): -9035502 or 1188214. OLE color: 1188214.

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

Color convert

RGB 118 33 18 -
CMYK 0 0.72 0.85 0.54
HSL 0.74% 0.27% -
HSV(B) 0.85% 0.46% -
XYZ 8.12 4.98 1.11 -
YUV 56.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 118 33 18 0 0.72 0.85 0.54 9 0.74 0.27
Hex 76 21 12 0 48 55 36 9 4A 1B
Octal 166 41 22 0 110 125 66 11 112 33
Binary 1110110 100001 10010 0 1001000 1010101 110110 1001 1001010 11011

Color Harmonies of #762112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762112

Black with #762112

Text Example


Text Example

White with #762112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762112; }

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

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

background-color css

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

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

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

border-color css

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

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

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