#912602

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

Shades of Falu Red #912602

Tints of Falu Red #912602

Color information

#912602 (or 0x912602) is unknown color: approx Falu Red. HEX triplet: 91, 26 and 02. RGB value is (145,38,2). Sum of RGB (Red+Green+Blue) = 145+38+2=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #912602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912602 is #6ED9FD. Grayscale: #424242. Windows color (decimal): -7264766 or 140945. OLE color: 140945.

HSL color Cylindrical-coordinate representation of color #912602: hue angle of 15.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #912602 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB145382-
CMYK00.740.990.43
HSL15.1º97.28%28.82%-
HSV(B)15.1º98.62%56.86%-
XYZ12.387.410.84-
YUV65.8991.95184.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 78.38%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=78.38%
G=20.54%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14538200.740.990.4315.197.2828.82
Hex9126204A632Bf611d
Octal2214620112143531714135
Binary10010001100110100100101011000111010111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912602; }

 p { color: rgb(145,38,2); }

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

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

 a { background-color: rgb(145,38,2); }

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

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

 span { border-color: rgb(145,38,2); }

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