#762203

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

Shades of Falu Red #762203

Tints of Falu Red #762203

Color information

#762203 (or 0x762203) is unknown color: approx Falu Red. HEX triplet: 76, 22 and 03. RGB value is (118,34,3). Sum of RGB (Red+Green+Blue) = 118+34+3=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #762203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762203 is #89DDFC. Grayscale: #373737. Windows color (decimal): -9035261 or 205430. OLE color: 205430.

HSL color Cylindrical-coordinate representation of color #762203: hue angle of 16.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #762203 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118343-
CMYK00.710.970.54
HSL16.17º95.04%23.73%-
HSV(B)16.17º97.46%46.27%-
XYZ8.0650.63-
YUV55.5898.33172.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=76.13%
G=21.94%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11834300.710.970.5416.1795.0423.73
Hex762230476136105f18
Octal1664230107141662013730
Binary11101101000101101000111110000111011010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762203; }

 p { color: rgb(118,34,3); }

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

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

 a { background-color: rgb(118,34,3); }

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

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

 span { border-color: rgb(118,34,3); }

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