#751C02

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

Shades of Falu Red #751C02

Tints of Falu Red #751C02

Color information

#751C02 (or 0x751C02) is unknown color: approx Falu Red. HEX triplet: 75, 1C and 02. RGB value is (117,28,2). Sum of RGB (Red+Green+Blue) = 117+28+2=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #751C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C02 is #8AE3FD. Grayscale: #333333. Windows color (decimal): -9102334 or 138357. OLE color: 138357.

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

Color convert

RGB117282-
CMYK00.760.980.54
HSL13.57º96.64%23.33%-
HSV(B)13.57º98.29%45.88%-
XYZ7.764.620.54-
YUV51.6599.99174.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.59%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=79.59%
G=19.05%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11728200.760.980.5413.5796.6423.33
Hex751C204C6236e6117
Octal1653420114142661614127
Binary111010111100100100110011000101101101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,28,2); }

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

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

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

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

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

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

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