#7B250C

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

Shades of Falu Red #7B250C

Tints of Falu Red #7B250C

Color information

#7B250C (or 0x7B250C) is unknown color: approx Falu Red. HEX triplet: 7B, 25 and 0C. RGB value is (123,37,12). Sum of RGB (Red+Green+Blue) = 123+37+12=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B250C is #84DAF3. Grayscale: #3C3C3C. Windows color (decimal): -8706804 or 796027. OLE color: 796027.

HSL color Cylindrical-coordinate representation of color #7B250C: hue angle of 13.51º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B250C is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1233712-
CMYK00.700.900.52
HSL13.51º82.22%26.47%-
HSV(B)13.51º90.24%48.24%-
XYZ8.95.560.95-
YUV59.86100.99173.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.51%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=71.51%
G=21.51%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123371200.700.900.5213.5182.2226.47
Hex7B25C0465A34e521a
Octal17345140106132641612232
Binary111101110010111000100011010110101101001110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,37,12); }

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

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

 a { background-color: rgb(123,37,12); }

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

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

 span { border-color: rgb(123,37,12); }

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