#782203

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

Shades of Falu Red #782203

Tints of Falu Red #782203

Color information

#782203 (or 0x782203) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 03. RGB value is (120,34,3). Sum of RGB (Red+Green+Blue) = 120+34+3=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #782203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782203 is #87DDFC. Grayscale: #383838. Windows color (decimal): -8904189 or 205432. OLE color: 205432.

HSL color Cylindrical-coordinate representation of color #782203: hue angle of 15.9º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #782203 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB120343-
CMYK00.720.980.53
HSL15.9º95.12%24.12%-
HSV(B)15.9º97.5%47.06%-
XYZ8.335.140.64-
YUV56.1897.99173.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 76.43%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=76.43%
G=21.66%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12034300.720.980.5315.995.1224.12
Hex782230486235105f18
Octal1704230110142652013730
Binary11110001000101101001000110001011010110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782203; }

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

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

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

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

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

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

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

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