#751F1B

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

Shades of Falu Red #751F1B

Tints of Falu Red #751F1B

Color information

#751F1B (or 0x751F1B) is unknown color: approx Falu Red. HEX triplet: 75, 1F and 1B. RGB value is (117,31,27). Sum of RGB (Red+Green+Blue) = 117+31+27=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F1B is #8AE0E4. Grayscale: #383838. Windows color (decimal): -9101541 or 1777525. OLE color: 1777525.

HSL color Cylindrical-coordinate representation of color #751F1B: hue angle of 2.67º 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 #751F1B is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1173127-
CMYK00.740.770.54
HSL2.67º62.5%28.24%-
HSV(B)2.67º76.92%45.88%-
XYZ8.024.841.55-
YUV56.26111.49171.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=66.86%
G=17.71%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117312700.740.770.542.6762.528.24
Hex751F1B04A4D3633e1c
Octal165373301121156637634
Binary111010111111110110100101010011011101101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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