#751D02

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

Shades of Falu Red #751D02

Tints of Falu Red #751D02

Color information

#751D02 (or 0x751D02) is unknown color: approx Falu Red. HEX triplet: 75, 1D and 02. RGB value is (117,29,2). Sum of RGB (Red+Green+Blue) = 117+29+2=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D02 is #8AE2FD. Grayscale: #343434. Windows color (decimal): -9102078 or 138613. OLE color: 138613.

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

Color convert

RGB117292-
CMYK00.750.980.54
HSL14.09º96.64%23.33%-
HSV(B)14.09º98.29%45.88%-
XYZ7.794.670.55-
YUV52.2399.65174.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=79.05%
G=19.59%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11729200.750.980.5414.0996.6423.33
Hex751D204B6236e6117
Octal1653520113142661614127
Binary111010111101100100101111000101101101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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