Html Css Color HEX #762116 Falu Red

📋 copy color: '#762116'

red 118 ◦ green 33 ◦ blue 22

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

Shades of Falu Red #762116

Tints of Falu Red #762116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 68.21%
G = 19.08%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762116 (or 0x762116) is known color: Falu Red. HEX triplet: 76, 21 and 16. RGB value is (118,33,22). Sum of RGB (Red+Green+Blue) = 118+33+22=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #762116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762116 is #89DEE9. Grayscale: #393939. Windows color (decimal): -9035498 or 1450358. OLE color: 1450358.

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

Color convert

RGB 118 33 22 -
CMYK 0 0.72 0.81 0.54
HSL 6.88º 0.69% 0.27% -
HSV(B) 6.88º 0.81% 0.46% -
XYZ 8.16 5 1.29 -
YUV 57.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 118 33 22 0 0.72 0.81 0.54 6.88 0.69 0.27
Hex 76 21 16 0 48 51 36 7 45 1B
Octal 166 41 26 0 110 121 66 7 105 33
Binary 1110110 100001 10110 0 1001000 1010001 110110 111 1000101 11011

Color Harmonies of #762116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762116

Black with #762116

Text Example


Text Example

White with #762116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762116; }

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

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

background-color css

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

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

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

border-color css

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

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

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