Html Css Color HEX #76220B Falu Red

📋 copy color: '#76220B'

red 118 ◦ green 34 ◦ blue 11

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

Shades of Falu Red #76220B

Tints of Falu Red #76220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 72.39%
G = 20.86%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76220B (or 0x76220B) is known color: Falu Red. HEX triplet: 76, 22 and 0B. RGB value is (118,34,11). Sum of RGB (Red+Green+Blue) = 118+34+11=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76220B is #89DDF4. Grayscale: #383838. Windows color (decimal): -9035253 or 729718. OLE color: 729718.

HSL color Cylindrical-coordinate representation of color #76220B: hue angle of 12.9º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76220B is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 11 -
CMYK 0 0.71 0.91 0.54
HSL 12.9º 0.83% 0.25% -
HSV(B) 12.9º 0.91% 0.46% -
XYZ 8.1 5.02 0.86 -
YUV 56.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 118 34 11 0 0.71 0.91 0.54 12.9 0.83 0.25
Hex 76 22 B 0 47 5B 36 D 53 19
Octal 166 42 13 0 107 133 66 15 123 31
Binary 1110110 100010 1011 0 1000111 1011011 110110 1101 1010011 11001

Color Harmonies of #76220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76220B

Black with #76220B

Text Example


Text Example

White with #76220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76220B; }

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

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

background-color css

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

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

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

border-color css

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

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

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