#781B02

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

Shades of Falu Red #781B02

Tints of Falu Red #781B02

Color information

#781B02 (or 0x781B02) is unknown color: approx Falu Red. HEX triplet: 78, 1B and 02. RGB value is (120,27,2). Sum of RGB (Red+Green+Blue) = 120+27+2=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #781B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781B02 is #87E4FD. Grayscale: #343434. Windows color (decimal): -8905982 or 138104. OLE color: 138104.

HSL color Cylindrical-coordinate representation of color #781B02: hue angle of 12.71º degrees, saturation: 0.97, 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 #781B02 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB120272-
CMYK00.780.980.53
HSL12.71º96.72%23.92%-
HSV(B)12.71º98.33%47.06%-
XYZ8.154.780.55-
YUV51.9699.81176.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 80.54%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=80.54%
G=18.12%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12027200.780.980.5312.7196.7223.92
Hex781B204E6235d6118
Octal1703320116142651514130
Binary111100011011100100111011000101101011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781B02; }

 p { color: rgb(120,27,2); }

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

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

 a { background-color: rgb(120,27,2); }

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

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

 span { border-color: rgb(120,27,2); }

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