#992103

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

Shades of Falu Red #992103

Tints of Falu Red #992103

Color information

#992103 (or 0x992103) is unknown color: approx Falu Red. HEX triplet: 99, 21 and 03. RGB value is (153,33,3). Sum of RGB (Red+Green+Blue) = 153+33+3=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #992103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992103 is #66DEFC. Grayscale: #414141. Windows color (decimal): -6741757 or 205209. OLE color: 205209.

HSL color Cylindrical-coordinate representation of color #992103: hue angle of 12º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #992103 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB153333-
CMYK00.780.980.4
HSL12º96.15%30.59%-
HSV(B)12º98.04%60%-
XYZ13.77.870.88-
YUV65.4692.76190.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.95%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=80.95%
G=17.46%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15333300.780.980.41296.1530.59
Hex9921304E6228c601f
Octal2314130116142501414037
Binary10011001100001110100111011000101010001100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992103; }

 p { color: rgb(153,33,3); }

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

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

 a { background-color: rgb(153,33,3); }

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

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

 span { border-color: rgb(153,33,3); }

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