#7B250F

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

Shades of Falu Red #7B250F

Tints of Falu Red #7B250F

Color information

#7B250F (or 0x7B250F) is unknown color: approx Falu Red. HEX triplet: 7B, 25 and 0F. RGB value is (123,37,15). Sum of RGB (Red+Green+Blue) = 123+37+15=175 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.29% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 123 - color contains mainly: red. Hex color #7B250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B250F is #84DAF0. Grayscale: #3C3C3C. Windows color (decimal): -8706801 or 992635. OLE color: 992635.

HSL color Cylindrical-coordinate representation of color #7B250F: hue angle of 12.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B250F is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB1233715-
CMYK00.700.880.52
HSL12.22º78.26%27.06%-
HSV(B)12.22º87.8%48.24%-
XYZ8.925.571.06-
YUV60.21102.49172.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.29%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=70.29%
G=21.14%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123371500.700.880.5212.2278.2627.06
Hex7B25F0465834c4e1b
Octal17345170106130641411633
Binary111101110010111110100011010110001101001100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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