#762100

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

Shades of Falu Red #762100

Tints of Falu Red #762100

Color information

#762100 (or 0x762100) is unknown color: approx Falu Red. HEX triplet: 76, 21 and 00. RGB value is (118,33,0). Sum of RGB (Red+Green+Blue) = 118+33+0=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #762100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762100 is #89DEFF. Grayscale: #363636. Windows color (decimal): -9035520 or 8566. OLE color: 8566.

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

Color convert

RGB118330-
CMYK00.7210.54
HSL16.78º100%23.14%-
HSV(B)16.78º100%46.27%-
XYZ8.024.940.53-
YUV54.6597.16173.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 78.15%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.15%
G=21.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11833000.7210.5416.7810023.14
Hex762100486436116417
Octal1664100110144662114427
Binary1110110100001001001000110010011011010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762100; }

 p { color: rgb(118,33,0); }

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

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

 a { background-color: rgb(118,33,0); }

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

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

 span { border-color: rgb(118,33,0); }

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