#7B2117

Color #7B2117 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #7B2117

Tints of Falu Red #7B2117

Color information

#7B2117 (or 0x7B2117) is unknown color: approx Falu Red. HEX triplet: 7B, 21 and 17. RGB value is (123,33,23). Sum of RGB (Red+Green+Blue) = 123+33+23=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2117 is #84DEE8. Grayscale: #3A3A3A. Windows color (decimal): -8707817 or 1515899. OLE color: 1515899.

HSL color Cylindrical-coordinate representation of color #7B2117: hue angle of 6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B2117 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB1233323-
CMYK00.730.810.52
HSL68.49%28.63%-
HSV(B)81.3%48.24%-
XYZ8.875.361.38-
YUV58.77107.82173.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.72%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 23 (9.38% from 255) = 12.85%
R=68.72%
G=18.44%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123332300.730.810.52668.4928.63
Hex7B211704951346441d
Octal1734127011112164610435
Binary111101110000110111010010011010001110100110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2117; }

 p { color: rgb(123,33,23); }

 H1.HeaderClassName
 {
   color: #7B2117;
 }
 .AnyTagClassName
 {
   color: #7B2117;
 }
</style>
background-color css

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

 a { background-color: rgb(123,33,23); }

 div.DivClassName
 {
   background-color: #7B2117;
 }
 .BgClassName
 {
   background-color: #7B2117;
 }
</style>
border-color css

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

 span { border-color: rgb(123,33,23); }

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