Html Css Color HEX #992103 Falu Red

📋 copy color: '#992103'

red 153 ◦ green 33 ◦ blue 3

#992103
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #992103

Tints of Falu Red #992103

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 value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#992103 (or 0x992103) is known color: 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

RGB 153 33 3 -
CMYK 0 0.78 0.98 0.4
HSL 12º 0.96% 0.31% -
HSV(B) 12º 0.98% 0.6% -
XYZ 13.7 7.87 0.88 -
YUV 65.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 153 33 3 0 0.78 0.98 0.4 12 0.96 0.31
Hex 99 21 3 0 4E 62 28 C 60 1F
Octal 231 41 3 0 116 142 50 14 140 37
Binary 10011001 100001 11 0 1001110 1100010 101000 1100 1100000 11111

Color Harmonies of #992103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992103

Black with #992103

Text Example


Text Example

White with #992103

Text Example


Text Example

HTML Codes & Css Web 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>