#752202

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

Shades of Falu Red #752202

Tints of Falu Red #752202

Color information

#752202 (or 0x752202) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 02. RGB value is (117,34,2). Sum of RGB (Red+Green+Blue) = 117+34+2=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #752202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752202 is #8ADDFD. Grayscale: #373737. Windows color (decimal): -9100798 or 139893. OLE color: 139893.

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

Color convert

RGB117342-
CMYK00.710.980.54
HSL16.7º96.64%23.33%-
HSV(B)16.7º98.29%45.88%-
XYZ7.924.930.59-
YUV55.1798172.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.47%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=76.47%
G=22.22%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11734200.710.980.5416.796.6423.33
Hex752220476236116117
Octal1654220107142662114127
Binary11101011000101001000111110001011011010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752202; }

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

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

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

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

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

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

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

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