Html Css Color HEX #762220 Falu Red

📋 copy color: '#762220'

red 118 ◦ green 34 ◦ blue 32

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

Shades of Falu Red #762220

Tints of Falu Red #762220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 64.13%
G = 18.48%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#762220 (or 0x762220) is known color: Falu Red. HEX triplet: 76, 22 and 20. RGB value is (118,34,32). Sum of RGB (Red+Green+Blue) = 118+34+32=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #762220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762220 is #89DDDF. Grayscale: #3A3A3A. Windows color (decimal): -9035232 or 2105974. OLE color: 2105974.

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

Color convert

RGB 118 34 32 -
CMYK 0 0.71 0.73 0.54
HSL 1.4º 0.57% 0.29% -
HSV(B) 1.4º 0.73% 0.46% -
XYZ 8.3 5.1 1.91 -
YUV 58.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 118 34 32 0 0.71 0.73 0.54 1.4 0.57 0.29
Hex 76 22 20 0 47 49 36 1 39 1D
Octal 166 42 40 0 107 111 66 1 71 35
Binary 1110110 100010 100000 0 1000111 1001001 110110 1 111001 11101

Color Harmonies of #762220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762220

Black with #762220

Text Example


Text Example

White with #762220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762220; }

 p { color: rgb(118,34,32); }

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

background-color css

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

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

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

border-color css

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

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

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