#7B2202

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

Shades of Falu Red #7B2202

Tints of Falu Red #7B2202

Color information

#7B2202 (or 0x7B2202) is unknown color: approx Falu Red. HEX triplet: 7B, 22 and 02. RGB value is (123,34,2). Sum of RGB (Red+Green+Blue) = 123+34+2=159 (21% of max value = 765). Red value is 123 (48.44% from 255 or 77.36% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2202 is #84DDFD. Grayscale: #393939. Windows color (decimal): -8707582 or 139899. OLE color: 139899.

HSL color Cylindrical-coordinate representation of color #7B2202: hue angle of 15.87º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B2202 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB123342-
CMYK00.720.980.52
HSL15.87º96.8%24.51%-
HSV(B)15.87º98.37%48.24%-
XYZ8.755.360.63-
YUV56.9696.99175.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 77.36%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=77.36%
G=21.38%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12334200.720.980.5215.8796.824.51
Hex7B2220486234106119
Octal1734220110142642014131
Binary11110111000101001001000110001011010010000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,34,2); }

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

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

 a { background-color: rgb(123,34,2); }

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

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

 span { border-color: rgb(123,34,2); }

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