#752102

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

Shades of Falu Red #752102

Tints of Falu Red #752102

Color information

#752102 (or 0x752102) is unknown color: approx Falu Red. HEX triplet: 75, 21 and 02. RGB value is (117,33,2). Sum of RGB (Red+Green+Blue) = 117+33+2=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #752102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752102 is #8ADEFD. Grayscale: #363636. Windows color (decimal): -9101054 or 139637. OLE color: 139637.

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

Color convert

RGB117332-
CMYK00.720.980.54
HSL16.17º96.64%23.33%-
HSV(B)16.17º98.29%45.88%-
XYZ7.894.870.58-
YUV54.5898.33172.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.97%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=76.97%
G=21.71%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11733200.720.980.5416.1796.6423.33
Hex752120486236106117
Octal1654120110142662014127
Binary11101011000011001001000110001011011010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752102; }

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

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

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

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

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

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

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

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