#751B1B

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

Shades of Falu Red #751B1B

Tints of Falu Red #751B1B

Color information

#751B1B (or 0x751B1B) is unknown color: approx Falu Red. HEX triplet: 75, 1B and 1B. RGB value is (117,27,27). Sum of RGB (Red+Green+Blue) = 117+27+27=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #751B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B1B is #8AE4E4. Grayscale: #363636. Windows color (decimal): -9102565 or 1776501. OLE color: 1776501.

HSL color Cylindrical-coordinate representation of color #751B1B: hue angle of 0º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B1B is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1172727-
CMYK00.770.770.54
HSL62.5%28.24%-
HSV(B)76.92%45.88%-
XYZ7.934.641.52-
YUV53.91112.82173-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=68.42%
G=15.79%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117272700.770.770.54062.528.24
Hex751B1B04D4D3603e1c
Octal165333301151156607634
Binary11101011101111011010011011001101110110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751B1B; }

 p { color: rgb(117,27,27); }

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

<style>
 a { background-color: #751B1B; }

 a { background-color: rgb(117,27,27); }

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

<style>
 span { border-color: #751B1B; }

 span { border-color: rgb(117,27,27); }

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